Home | History | Annotate | Download | only in test

Lines Matching refs:TestFailed

29 __all__ = ["Error", "TestFailed", "ResourceDenied", "import_module",
48 class TestFailed(Error):
372 raise TestFailed("tests should never set the SO_REUSEADDR " \
376 raise TestFailed("tests should never set the SO_REUSEPORT " \
588 raise TestFailed('invalid resource "%s"' % fn)
1183 raise TestFailed(err)
1238 raise TestFailed("%d of %d doctests failed" % (f, t))