mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-20 20:41:13 +08:00
Add TestFeature.test_full_name_builtin (failing)
This commit is contained in:
@@ -234,6 +234,9 @@ class TestFeature(Base):
|
|||||||
assert self.complete('import os; os.path.join')[0].full_name \
|
assert self.complete('import os; os.path.join')[0].full_name \
|
||||||
== 'os.path.join'
|
== '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):
|
def test_full_name_tuple_mapping(self):
|
||||||
s = """
|
s = """
|
||||||
import re
|
import re
|
||||||
|
|||||||
Reference in New Issue
Block a user