assert_called_with(*args, **kwargs) This method is a convenient way of asserting that calls are made in a particular way:
stopTest(test) Called after the test case test has been executed, regardless of the outcome.
assertTupleEqual(first, second, msg=None) Tests that two lists or tuples are equal. If not, an error message is constructed
test.support.captured_stdout() test.support.captured_stderr() A context managers that temporarily replaces the named
UnexpectedException.test The DocTest object that was being run when the example failed.
globs The namespace (aka globals) that the examples should be run in. This is a dictionary mapping names to values. Any changes
skipTest(reason) Calling this during a test method or setUp() skips the current test. See Skipping tests
class typing.ValuesView(MappingView[VT_co]) A generic version of
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)
Page 19 of 28