mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 05:54:25 +08:00
Reenable a test for nested imports
This commit is contained in:
@@ -250,8 +250,7 @@ def test_named_import(Script):
|
||||
assert len(Script(s, path='/').infer(1, 10)) == 1
|
||||
|
||||
|
||||
@pytest.mark.skipif('True', reason='The nested import stuff is still very messy.')
|
||||
def test_goto_following_on_imports(Script):
|
||||
def test_nested_import(Script):
|
||||
s = "import multiprocessing.dummy; multiprocessing.dummy"
|
||||
g = Script(s).goto()
|
||||
assert len(g) == 1
|
||||
|
||||
Reference in New Issue
Block a user