mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-01 17:53:21 +08:00
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