forked from VimPlug/jedi
Make sure that goto is used instead of goto_assignments
This commit is contained in:
@@ -316,7 +316,7 @@ def test_signature_is_definition(Script):
|
||||
# Now compare all the attributes that a CallSignature must also have.
|
||||
for attr_name in dir(definition):
|
||||
dont_scan = ['defined_names', 'parent', 'goto_assignments', 'infer',
|
||||
'params', 'get_signatures', 'execute']
|
||||
'params', 'get_signatures', 'execute', 'goto']
|
||||
if attr_name.startswith('_') or attr_name in dont_scan:
|
||||
continue
|
||||
|
||||
|
||||
Reference in New Issue
Block a user