forked from VimPlug/jedi
added fullname for #61
This commit is contained in:
@@ -81,6 +81,7 @@ def func(a_param):
|
||||
#? []
|
||||
a_param.
|
||||
|
||||
from os import path
|
||||
# -----------------
|
||||
# class
|
||||
# -----------------
|
||||
|
||||
@@ -229,6 +229,11 @@ class TestRegression(Base):
|
||||
assert 'P_NOWAIT' in [i.word for i in s]
|
||||
|
||||
|
||||
class TestFeature(Base):
|
||||
def test_full_name(self):
|
||||
""" feature request #61"""
|
||||
assert self.complete('import os; os.path.join')[0].full_name == 'os.path.join'
|
||||
|
||||
class TestSpeed(Base):
|
||||
def _check_speed(time_per_run, number=10):
|
||||
""" Speed checks should typically be very tolerant. Some machines are
|
||||
|
||||
Reference in New Issue
Block a user