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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user