1
0
forked from VimPlug/jedi

@gwrtheyrn's regression tests #45

This commit is contained in:
David Halter
2012-11-07 17:36:19 +01:00

View File

@@ -206,6 +206,11 @@ class TestRegression(Base):
else:
assert len(self.complete(s))
def test_os_nowait(self):
s = self.complete("import os; os.P_")
assert 'P_NOWAIT' in [i.word for i in s]
class TestSpeed(Base):
def _check_speed(time_per_run, number=10):
""" Speed checks should typically be very tolerant. Some machines are