1
0
forked from VimPlug/jedi

Try to get some more stub to definitions working and vice versa

This commit is contained in:
Dave Halter
2019-04-14 17:37:48 +02:00
parent ad0000886d
commit 6ced926db0
4 changed files with 31 additions and 6 deletions

View File

@@ -197,7 +197,7 @@ def _assert_is_same(d1, d2):
'code', [
'import os; os.walk',
'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_):
"""