class typing.MappingView(Sized, Iterable[T_co]) A generic version of
class typing.Mapping(Sized, Iterable[KT], Container[KT], Generic[VT_co]) A generic version of
unittest.main(module='__main__', defaultTest=None, argv=None, testRunner=None, testLoader=unittest.defaultTestLoader, exit=True, verbosity=1, failfast=None, catchbreak=None
class unittest.mock.MagicMock(*args, **kw) MagicMock is a subclass of Mock with default implementations
mock_add_spec(spec, spec_set=False) Add a spec to a mock. spec can either be an object or a list of strings. Only attributes
unittest.mock.sentinel The sentinel object provides a convenient way of providing unique objects for your tests
docstring The string that the test was extracted from, or ‘None’ if the string is unavailable, or if the test was not extracted
class unittest.FunctionTestCase(testFunc, setUp=None, tearDown=None, description=None) This class implements the portion of
class typing.Iterable(Generic[T_co]) A generic version of the
assertRegex(text, regex, msg=None) assertNotRegex(text, regex, msg=None) Test that a regex search matches
Page 2 of 28