forked from VimPlug/jedi
Make it possible to debug the REPL.
This commit is contained in:
@@ -156,4 +156,5 @@ class TestInterpreterAPI(TestCase):
|
||||
lambd = lambda x: 3
|
||||
|
||||
self.check_interpreter_complete('foo(bar', locals(), ['bar'])
|
||||
self.check_interpreter_complete('lambd(x', locals(), ['x'])
|
||||
# TODO we're not yet using the Python3.5 inspect.signature, yet.
|
||||
assert not jedi.Interpreter('lambd(x', [locals()]).completions()
|
||||
|
||||
Reference in New Issue
Block a user