test.support.import_fresh_module(name, fresh=(), blocked=(), deprecated=False) This function imports and returns a fresh copy
class typing.Generic Abstract base class for generic types. A generic type is typically declared
unittest.mock.sentinel The sentinel object provides a convenient way of providing unique objects for your tests
@typing.no_type_check_decorator(decorator) Decorator to give another decorator the no_type_check() effect.
docstring The string that the test was extracted from, or ‘None’ if the string is unavailable, or if the test was not extracted
patch.dict(in_dict, values=(), clear=False, **kwargs) Patch a dictionary, or dictionary like object, and restore the dictionary
_get_child_mock(**kw) Create the child mocks for attributes and return value. By default child mocks will be the same type as
run(result=None) Run the test, collecting the result into the TestResult object passed as result. If result
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
Page 1 of 28