assertListEqual(first, second, msg=None) assertTupleEqual(first, second, msg=None) Tests that two lists or tuples
class typing.ByteString(Sequence[int]) A generic version of
class unittest.mock.PropertyMock(*args, **kwargs) A mock intended to be used as a property, or other descriptor, on a class
assertLessEqual(first, second, msg=None) Test that first is respectively >, >=, < or <= than second
loadTestsFromTestCase(testCaseClass) Return a suite of all tests cases contained in the TestCase-derived
@test.support.skip_unless_symlink A decorator for running tests that require support for symbolic links.
source A string containing the example’s source code. This source code consists of a single Python statement, and always ends
EnvironmentVarGuard.unset(envvar) Temporarily unset the environment variable envvar.
class typing.Generator(Iterator[T_co], Generic[T_co, T_contra, V_co]) A generator can be annotated by the generic type
startTestRun() Called once before any tests are executed.
Page 26 of 28