class typing.ValuesView(MappingView[VT_co]) A generic version of
doctest.DocTestSuite(module=None, globs=None, extraglobs=None, test_finder=None, setUp=None, tearDown=None, checker=None) Convert
class doctest.DocTest(examples, globs, name, filename, lineno, docstring) A collection of doctest examples that should be run
addSubTest(test, subtest, outcome) Called when a subtest finishes. test is the test case corresponding to the test
want The expected output from running the example’s source code (either from stdout, or a traceback in case of exception). want
assertMultiLineEqual(first, second, msg=None) Test that the multiline string first is equal to the string second
assertListEqual(first, second, msg=None) assertTupleEqual(first, second, msg=None) Tests that two lists or tuples
EnvironmentVarGuard.unset(envvar) Temporarily unset the environment variable envvar.
debug() Run the tests associated with this suite without collecting the result. This allows exceptions raised by the test to
class typing.ByteString(Sequence[int]) A generic version of
Page 23 of 28