forked from VimPlug/jedi
ignored possible following of completions again, because of other problems, #54
This commit is contained in:
@@ -230,8 +230,8 @@ class TestRegression(Base):
|
||||
def test_follow_imports_if_possible(self):
|
||||
""" github issue #45 """
|
||||
s = self.complete("import datetime.timedelta; datetime.timedelta")
|
||||
print s, [r.name.parent() for r in s], [r.type for r in s]
|
||||
assert 'Import' not in [r.type for r in s]
|
||||
#print s, [r.name.parent() for r in s], [r.type for r in s]
|
||||
#assert 'Import' not in [r.type for r in s]
|
||||
|
||||
|
||||
class TestFeature(Base):
|
||||
|
||||
Reference in New Issue
Block a user