mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 22:14:27 +08:00
Move not_in_sys_path tests to examples
This commit is contained in:
@@ -109,7 +109,7 @@ def test_find_module_not_package_zipped(Script, inference_state, environment):
|
|||||||
assert is_package is False
|
assert is_package is False
|
||||||
|
|
||||||
|
|
||||||
@cwd_at('test/test_inference/not_in_sys_path/pkg')
|
@cwd_at('test/examples/not_in_sys_path/pkg')
|
||||||
def test_import_not_in_sys_path(Script):
|
def test_import_not_in_sys_path(Script):
|
||||||
"""
|
"""
|
||||||
non-direct imports (not in sys.path)
|
non-direct imports (not in sys.path)
|
||||||
|
|||||||
Reference in New Issue
Block a user