DocTestFailure.test The DocTest object that was being run when the example failed.
reset_mock() The reset_mock method resets all the call attributes on a mock object:
name A string name identifying the DocTest. Typically, this is the name of the object or file that the test was
@test.support.skip_unless_symlink A decorator for running tests that require support for symbolic links.
class typing.Reversible An ABC with one abstract method __reversed__ returning an Iterator[T_co].
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
debug() Run the tests associated with this suite without collecting the result. This allows exceptions raised by the test to
loadTestsFromTestCase(testCaseClass) Return a suite of all tests cases contained in the TestCase-derived
addTest(test) Add a TestCase or TestSuite to the suite.
Page 24 of 28