stop() This method can be called to signal that the set of tests being run should be aborted by setting the shouldStop
doctest.testfile(filename, module_relative=True, name=None, package=None, globs=None, verbose=None, report=True, optionflags=0, extraglobs=None, raise_on_error=False
__iter__() Tests grouped by a TestSuite are always accessed by iteration. Subclasses can lazily provide tests by
loadTestsFromTestCase(testCaseClass) Return a suite of all tests cases contained in the TestCase-derived
class unittest.mock.PropertyMock(*args, **kwargs) A mock intended to be used as a property, or other descriptor, on a class
exception unittest.SkipTest(reason) This exception is raised to skip a test. Usually you can
class typing.Reversible An ABC with one abstract method __reversed__ returning an Iterator[T_co].
addTest(test) Add a TestCase or TestSuite to the suite.
DocTestFailure.test The DocTest object that was being run when the example failed.
fail(msg=None) Signals a test failure unconditionally, with msg or None for the error message.
Page 25 of 28