1
0
forked from VimPlug/jedi

removed testing code that wasn't supposed to be in this place

This commit is contained in:
David Halter
2012-12-09 22:59:13 +01:00
parent 92b5c70ea0
commit f8cf04894a

View File

@@ -276,10 +276,6 @@ class TestRegression(Base):
assert len(g) == 1
assert g[0].start_pos != (0, 0)
script = api.Script("import json", 1, len("import js"), None)
completions = script.complete()
completions
class TestFeature(Base):
def test_full_name(self):