Home
last modified time | relevance | path

Searched refs:_fail (Results 1 – 1 of 1) sorted by relevance

/tools/testing/selftests/net/lib/py/
A Dksft.py39 def _fail(*args): function
61 _fail("Check failed", a, "!=", b, comment)
67 _fail("Check failed", a, "==", b, comment)
72 _fail("Check failed", a, "does not eval to True", comment)
77 _fail("Check failed", a, "not in", b, comment)
82 _fail("Check failed", a, "in", b, comment)
87 _fail("Check failed", a, "is not", b, comment)
92 _fail("Check failed", a, "<", b, comment)
97 _fail("Check failed", a, ">=", b, comment)
110 _fail(f"Expected exception {str(self.expected_type.__name__)}, none raised")
[all …]

Completed in 3 milliseconds