mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-08 06:44:46 +08:00
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