mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-31 09:14:21 +08:00
Fix some tests because of stub_context changes
This commit is contained in:
@@ -190,7 +190,7 @@ def test_goto_stubs(Script):
|
||||
'import os; os.walk'
|
||||
'from collections import Counter; Counter'
|
||||
])
|
||||
def test_goto_stubs_on_itself(Script):
|
||||
def test_goto_stubs_on_itself(Script, code):
|
||||
"""
|
||||
If goto_stubs is used on an identifier in e.g. the stdlib, we should goto
|
||||
the stub of it.
|
||||
|
||||
Reference in New Issue
Block a user