class typing.Mapping(Sized, Iterable[KT], Container[KT], Generic[VT_co]) A generic version of
class typing.SupportsFloat An ABC with one abstract method __float__.
assertSequenceEqual(first, second, msg=None, seq_type=None) Tests that two sequences are equal. If a seq_type is supplied
class typing.Iterable(Generic[T_co]) A generic version of the
class typing.MutableMapping(Mapping[KT, VT]) A generic version of
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
assertWarnsRegex(warning, regex, callable, *args, **kwds) assertWarnsRegex(warning, regex, msg=None) Like
test.support.temp_umask(umask) A context manager that temporarily sets the process umask.
class unittest.mock.Mock(spec=None, side_effect=None, return_value=DEFAULT, wraps=None, name=None, spec_set=None, unsafe=False, **kwargs)
assertRaisesRegex(exception, regex, callable, *args, **kwds) assertRaisesRegex(exception, regex, msg=None) Like
Page 5 of 28