call_args_list This is a list of all the calls made to the mock object in sequence (so the length of the list is the number
patch.stopall() Stop all active patches. Only stops patches started with start.
class unittest.mock.NonCallableMagicMock(*args, **kw) A non-callable version of MagicMock. The
class doctest.DebugRunner(checker=None, verbose=None, optionflags=0) A subclass of DocTestRunner that raises an
run(result=None) Run the test, collecting the result into the TestResult object passed as result. If result
doctest.register_optionflag(name) Create a new option flag with a given name, and return the new flag’s integer value.
class typing.MutableSet(AbstractSet[T]) A generic version of
class unittest.TestSuite(tests=()) This class represents an aggregation of individual tests cases and test suites. The class
class doctest.DocTestParser A processing class used to extract interactive examples from a string, and use them to create a
class unittest.FunctionTestCase(testFunc, setUp=None, tearDown=None, description=None) This class implements the portion of
Page 4 of 28