1
0
forked from VimPlug/jedi

REPL completion is working again partially. There's some progress at least.

This commit is contained in:
Dave Halter
2016-06-29 08:49:20 +02:00
parent 52c42c3392
commit a3b263a599
7 changed files with 41 additions and 35 deletions

View File

@@ -34,6 +34,7 @@ def test_builtin_details():
var = get_completion('variable', locals())
f = get_completion('func', locals())
m = get_completion('keyword', locals())
print(cls._definition.type)
assert cls.type == 'class'
assert var.type == 'instance'
assert f.type == 'function'