| H A D | ksft.py | 58 def ksft_eq(a, b, comment=""): argument 61 _fail("Check failed", a, "!=", b, comment) 64 def ksft_ne(a, b, comment=""): argument 67 _fail("Check failed", a, "==", b, comment) 70 def ksft_true(a, comment=""): argument 72 _fail("Check failed", a, "does not eval to True", comment) 75 def ksft_not_none(a, comment=""): argument 77 _fail("Check failed", a, "is None", comment) 80 def ksft_in(a, b, comment=""): argument 82 _fail("Check failed", a, "not in", b, comment) 85 ksft_is(a, b, comment="") global() argument 90 ksft_ge(a, b, comment="") global() argument 95 ksft_lt(a, b, comment="") global() argument 118 ksft_busy_wait(cond, sleep=0.005, deadline=1, comment="") global() argument 129 ktap_result(ok, cnt=1, case="", comment="") global() argument [all...] |