mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-20 22:08:27 +08:00
Merge pull request #74 from tkf/full_name-builtin
No __builtin__ prefix for BaseOutput.full_name
This commit is contained in:
@@ -234,6 +234,9 @@ class TestFeature(Base):
|
||||
assert self.complete('import os; os.path.join')[0].full_name \
|
||||
== 'os.path.join'
|
||||
|
||||
def test_full_name_builtin(self):
|
||||
self.assertEqual(self.complete('type')[0].full_name, 'type')
|
||||
|
||||
def test_full_name_tuple_mapping(self):
|
||||
s = """
|
||||
import re
|
||||
|
||||
Reference in New Issue
Block a user