1
0
forked from VimPlug/jedi

imports without path did have problems, because of an incorrect sys.path

This commit is contained in:
David Halter
2013-08-15 14:54:07 +04:30
parent 17d7870b3b
commit 68d595fe70
3 changed files with 18 additions and 1 deletions

View File

@@ -49,6 +49,7 @@ class TestSetupReadline():
def test_import(self):
s = 'from os.path import a'
assert set(self.completions(s)) == set([s + 'ltsep', s + 'bspath'])
assert self.completions('import keyword') == ['import keyword']
def test_colorama(self):
"""