forked from VimPlug/jedi
Some refactoring to finally get tests working with py27 and 3 environments
This commit is contained in:
@@ -79,7 +79,7 @@ class TestSetupReadline(unittest.TestCase):
|
||||
assert len(set(self.completions(s)).symmetric_difference(goal)) < 20
|
||||
|
||||
@cwd_at('test')
|
||||
def test_local_import(self, _):
|
||||
def test_local_import(self):
|
||||
s = 'import test_utils'
|
||||
assert self.completions(s) == [s]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user