1
0
forked from VimPlug/jedi

imports that are not in sys.path - as a second option to those in sys.path

This commit is contained in:
David Halter
2013-10-11 23:18:29 +04:30
parent ee181ea098
commit f8f2194db3
2 changed files with 24 additions and 13 deletions

View File

@@ -17,6 +17,5 @@ def test_import_not_in_sys_path():
"""
non-direct imports (not in sys.path)
"""
jedi.set_debug_function()
a = jedi.Script(path='module.py', line=3).goto_definitions()
assert a[0].name == 'int'