1
0
forked from VimPlug/jedi

Use get_qualified_names for full_name

This commit is contained in:
Dave Halter
2019-06-08 00:18:31 +02:00
parent f80828cb07
commit 0ff1a88cc4
9 changed files with 62 additions and 68 deletions

View File

@@ -39,7 +39,7 @@ class MixinTestFullName(object):
self.check('import os; os.path.join', 'os.path.join')
def test_builtin(self):
self.check('TypeError', 'TypeError')
self.check('TypeError', 'builtins.TypeError')
class TestFullNameWithGotoDefinitions(MixinTestFullName, TestCase):