mirror of
https://github.com/davidhalter/jedi.git
synced 2026-05-21 15:59:40 +08:00
Forgot to include a test for #844.
This commit is contained in:
@@ -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