run(result) Run the tests associated with this suite, collecting the result into the test result object passed as result
addFailure(test, err) Called when the test case test signals a failure. err is a tuple of the form returned
test.support.requires(resource, msg=None) Raise ResourceDenied if resource is not available. msg
test.support.captured_stdin() test.support.captured_stdout() test.support.captured_stderr()
class typing.List(list, MutableSequence[T]) Generic version of
class test.support.TransientResource(exc, **kwargs) Instances are a context manager that raises ResourceDenied
class typing.Iterator(Iterable[T_co]) A generic version of the
find(obj[, name][, module][, globs][, extraglobs]) Return a list of the DocTests that are defined by obj‘s
output_difference(example, got, optionflags) Return a string describing the differences between the expected output for a given
class typing.Container(Generic[T_co]) A generic version of
Page 7 of 28