mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 22:14:27 +08:00
Fix another windows issue
This commit is contained in:
@@ -80,4 +80,5 @@ def test_path_from_sys_path_assignment(Script):
|
|||||||
|
|
||||||
paths = check_module_test(Script, code)
|
paths = check_module_test(Script, code)
|
||||||
assert 1 not in paths
|
assert 1 not in paths
|
||||||
assert '/home/test/.buildout/eggs/important_package.egg' in map(str, paths)
|
assert os.path.abspath('/home/test/.buildout/eggs/important_package.egg') \
|
||||||
|
in map(str, paths)
|
||||||
|
|||||||
Reference in New Issue
Block a user