forked from VimPlug/jedi
Definition -> Name
This commit is contained in:
@@ -141,7 +141,7 @@ def test_infer_on_generator(Script):
|
||||
|
||||
def test_goto_definition_not_multiple(Script):
|
||||
"""
|
||||
There should be only one Definition result if it leads back to the same
|
||||
There should be only one result if it leads back to the same
|
||||
origin (e.g. instance method)
|
||||
"""
|
||||
|
||||
|
||||
@@ -304,7 +304,7 @@ def test_builtins(Script):
|
||||
|
||||
def test_signature_is_definition(Script):
|
||||
"""
|
||||
Through inheritance, a signature is a sub class of Definition.
|
||||
Through inheritance, a signature is a sub class of Name.
|
||||
Check if the attributes match.
|
||||
"""
|
||||
s = """class Spam(): pass\nSpam"""
|
||||
|
||||
Reference in New Issue
Block a user