output A list of str
assert_not_called() Assert the mock was never called. >>>
patch.dict(in_dict, values=(), clear=False, **kwargs) Patch a dictionary, or dictionary like object, and restore the dictionary
A white-label
class typing.Dict(dict, MutableMapping[KT, VT]) A generic version of
exception test.support.ResourceDenied Subclass of
class typing.Mapping(Sized, Iterable[KT], Container[KT], Generic[VT_co]) A generic version of
get_doctest(string, globs, name, filename, lineno) Extract all doctest examples from the given string, and collect them into
maxDiff This attribute controls the maximum length of diffs output by assert methods that report diffs on failure. It defaults
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
Page 4 of 28