class typing.Tuple Tuple type; Tuple[X, Y] is the type of a tuple of two items with the first item of type X and
class unittest.TextTestRunner(stream=None, descriptions=True, verbosity=1, failfast=False, buffer=False, resultclass=None, warnings=None, *, tb_locals=False)
startTest(test) Called when the test case test is about to be run.
expectedFailures A list containing 2-tuples of TestCase instances and strings holding formatted tracebacks. Each
class typing.re Wrapper namespace for regular expression matching types. This defines the type
unittest.mock.patch(target, new=DEFAULT, spec=None, create=False, spec_set=None, autospec=None, new_callable=None, **kwargs)
__dir__() Mock objects limit the results of dir(some_mock) to useful results. For mocks with a spec
doctest.testmod(m=None, name=None, globs=None, verbose=None, report=True, optionflags=0, extraglobs=None, raise_on_error=False, exclude_empty=False)
exc_msg The exception message generated by the example, if the example is expected to generate an exception; or None
configure_mock(**kwargs) Set attributes on the mock through keyword arguments. Attributes plus
Page 22 of 28