Adding new stuff
This commit is contained in:
parent
a1687a2e5b
commit
f8f54ab17a
1580 changed files with 205558 additions and 0 deletions
17
bundle/jedi-vim/jedi/test/refactor/rename.py
Normal file
17
bundle/jedi-vim/jedi/test/refactor/rename.py
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
"""
|
||||
Test coverage for renaming is mostly being done by testing
|
||||
`Script.usages`.
|
||||
"""
|
||||
|
||||
# --- simple
|
||||
def test1():
|
||||
#? 7 blabla
|
||||
test1()
|
||||
AssertionError
|
||||
return test1, test1.not_existing
|
||||
# +++
|
||||
def blabla():
|
||||
blabla()
|
||||
AssertionError
|
||||
return blabla, blabla.not_existing
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue