forked from VimPlug/jedi
Forgot to include a test for #844.
This commit is contained in:
7
test/test_evaluate/test_mixed.py
Normal file
7
test/test_evaluate/test_mixed.py
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
import jedi
|
||||||
|
|
||||||
|
|
||||||
|
def test_on_code():
|
||||||
|
from functools import wraps
|
||||||
|
i = jedi.Interpreter("wraps.__code__", [{'wraps':wraps}])
|
||||||
|
assert i.goto_definitions()
|
||||||
Reference in New Issue
Block a user