1
0
forked from VimPlug/jedi

test_evaluate -> test_inference

This commit is contained in:
Dave Halter
2019-08-14 23:56:44 +02:00
parent a23bbbfbb9
commit e4d1e5455f
62 changed files with 5 additions and 5 deletions

View 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()