setUp() Method called to prepare the test fixture. This is called immediately before calling the test method; other than
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
class typing.Sequence(Sized, Iterable[T_co], Container[T_co]) A generic version of
assertTrue(expr, msg=None) assertFalse(expr, msg=None) Test that expr is true (or false).
test.support.is_resource_enabled(resource) Return True if resource is enabled and available. The list
loadTestsFromName(name, module=None) Return a suite of all tests cases given a string specifier. The
assert_has_calls(calls, any_order=False) assert the mock has been called with the specified calls. The mock_calls
UnexpectedException.test The DocTest object that was being run when the example failed.
class test.support.SuppressCrashReport A context manager used to try to prevent crash dialog popups on tests that are expected
Page 20 of 28