forked from VimPlug/jedi
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
|
assert len(Script(s, path='/').infer(1, 10)) == 1
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.skipif('True', reason='The nested import stuff is still very messy.')
|
def test_nested_import(Script):
|
||||||
def test_goto_following_on_imports(Script):
|
|
||||||
s = "import multiprocessing.dummy; multiprocessing.dummy"
|
s = "import multiprocessing.dummy; multiprocessing.dummy"
|
||||||
g = Script(s).goto()
|
g = Script(s).goto()
|
||||||
assert len(g) == 1
|
assert len(g) == 1
|
||||||
|
|||||||
Reference in New Issue
Block a user