1
0
mirror of https://github.com/wting/autojump synced 2026-03-02 03:49:26 +00:00

move config back to global space

This commit is contained in:
William Ting
2012-05-12 17:00:38 -10:00
parent 7123e23706
commit e62e720765
3 changed files with 22 additions and 29 deletions

View File

@@ -13,7 +13,7 @@ import unittest
class TestAutojump(unittest.TestCase):
def setUp(self):
autojump.config(True)
autojump.TESTING = True
self.fd, DB_FILE = tempfile.mkstemp()
self.db = autojump.Database(DB_FILE)
pass