forked from VimPlug/jedi
Fix some issues with converting names, see #1466
This commit is contained in:
@@ -192,6 +192,7 @@ def _assert_is_same(d1, d2):
|
||||
'from collections import Counter; Counter',
|
||||
'from collections import Counter; Counter()',
|
||||
'from collections import Counter; Counter.most_common',
|
||||
'from collections import Counter; Counter().most_common',
|
||||
])
|
||||
def test_goto_stubs_on_itself(Script, code, type_):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user