forked from VimPlug/jedi
Fix a few last tests, now Jedi's working again, tests are passing.
This commit is contained in:
@@ -5,7 +5,7 @@ from jedi import Script
|
||||
|
||||
def get_definition_and_evaluator(source):
|
||||
d = Script(dedent(source)).goto_definitions()[0]
|
||||
return d._name.parent.parent, d._evaluator
|
||||
return d._name.parent, d._evaluator
|
||||
|
||||
|
||||
def test_function_execution():
|
||||
|
||||
Reference in New Issue
Block a user