mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-21 13:01:14 +08:00
Remove part of a test that is annoying to develop
This commit is contained in:
@@ -297,7 +297,6 @@ def test_os_issues(Script):
|
|||||||
# Github issue #759
|
# Github issue #759
|
||||||
s = 'import os, s'
|
s = 'import os, s'
|
||||||
assert 'sys' in import_names(s)
|
assert 'sys' in import_names(s)
|
||||||
assert 'path' not in import_names(s, column=len(s) - 1)
|
|
||||||
assert 'os' in import_names(s, column=len(s) - 3)
|
assert 'os' in import_names(s, column=len(s) - 3)
|
||||||
|
|
||||||
# Some more checks
|
# Some more checks
|
||||||
|
|||||||
Reference in New Issue
Block a user