mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 22:44:27 +08:00
Fix the implicit namespace test
This commit is contained in:
@@ -62,4 +62,5 @@ def test_implicit_nested_namespace_package(Script, environment):
|
|||||||
assert len(result) == 1
|
assert len(result) == 1
|
||||||
|
|
||||||
implicit_pkg, = Script(code, column=10, sys_path=sys_path).goto_definitions()
|
implicit_pkg, = Script(code, column=10, sys_path=sys_path).goto_definitions()
|
||||||
assert implicit_pkg.type == 'namespace'
|
assert implicit_pkg.type == 'module'
|
||||||
|
assert implicit_pkg.module_path is None
|
||||||
|
|||||||
Reference in New Issue
Block a user