Merge branch 'master' of github.com:davidhalter/jedi

This commit is contained in:
Dave Halter
2019-05-21 13:39:27 +02:00
9 changed files with 116 additions and 32 deletions

View File

@@ -38,7 +38,9 @@ def test_find_module_not_package():
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):