testsRun The total number of tests run so far.
@unittest.skip(reason) Unconditionally skip the decorated test. reason should describe why the test is being skipped
class test.support.TransientResource(exc, **kwargs) Instances are a context manager that raises ResourceDenied
countTestCases() Return the number of tests represented by this test object. For TestCase instances, this will
doctest.debug_src(src, pm=False, globs=None) Debug the doctests in a string. This is like function
addExpectedFailure(test, err) Called when the test case test fails, but was marked with the expectedFailure()
class typing.TypeVar Type variable. Usage:
class typing.ItemsView(MappingView, Generic[KT_co, VT_co]) A generic version of
doctest.set_unittest_reportflags(flags) Set the doctest reporting flags to use. Argument
UnexpectedException.exc_info A tuple containing information about the unexpected exception, as returned by
Page 8 of 28