mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 22:44:27 +08:00
Fix correct_zip_package_behavior tests on Windows
This commit is contained in:
@@ -38,7 +38,9 @@ def test_find_module_not_package():
|
|||||||
assert is_package is False
|
assert is_package is False
|
||||||
|
|
||||||
|
|
||||||
pkg_zip_path = os.path.join(os.path.dirname(__file__), 'zipped_imports/pkg.zip')
|
pkg_zip_path = os.path.join(os.path.dirname(__file__),
|
||||||
|
'zipped_imports',
|
||||||
|
'pkg.zip')
|
||||||
|
|
||||||
|
|
||||||
def test_find_module_package_zipped(Script, evaluator, environment):
|
def test_find_module_package_zipped(Script, evaluator, environment):
|
||||||
|
|||||||
Reference in New Issue
Block a user