forked from VimPlug/jedi
Use get_qualified_names for full_name
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user