mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-04 07:12:44 +08:00
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