forked from VimPlug/jedi
testing for related names (renaming). with first tests
This commit is contained in:
12
test/completion/renaming.py
Normal file
12
test/completion/renaming.py
Normal file
@@ -0,0 +1,12 @@
|
||||
"""
|
||||
Renaming tests. This means search for related names.
|
||||
I always leave a little bit of space to add room for additions, because the
|
||||
results always contain position informations.
|
||||
"""
|
||||
|
||||
def abc(): pass
|
||||
|
||||
#< 0 abc@7,4 abc@10,0 abc@12,0
|
||||
abc.d.a.abc.d
|
||||
|
||||
abc
|
||||
Reference in New Issue
Block a user