forked from VimPlug/jedi
Forgot to include this file in previous commits.
This commit is contained in:
9
test/test_api/test_completion_context.py
Normal file
9
test/test_api/test_completion_context.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from textwrap import dedent
|
||||
from jedi import Script
|
||||
|
||||
|
||||
def test_in_whitespace():
|
||||
code = dedent('''
|
||||
def x():
|
||||
pass''')
|
||||
assert len(Script(code, column=2).completions()) > 20
|
||||
Reference in New Issue
Block a user