1
0
forked from VimPlug/jedi

Move not_in_sys_path tests to examples

This commit is contained in:
Dave Halter
2020-01-12 00:55:01 +01:00
parent 796a2b4df5
commit cc34c7d4f3
7 changed files with 1 additions and 1 deletions

View File

@@ -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)