shortDescription() Returns a description of the test, or None if no description has been provided. The default
class typing.Any Special type indicating an unconstrained type. Any object
loadTestsFromNames(names, module=None) Similar to loadTestsFromName(), but takes a sequence of names rather than
assertLogs(logger=None, level=None) A context manager to test that at least one message is logged on the logger or
class doctest.DocTestRunner(checker=None, verbose=None, optionflags=0) A processing class used to execute and verify the interactive
unittest.registerResult(result) Register a TestResult object for control-c handling. Registering a result stores
test.support.temp_cwd(name='tempcwd', quiet=False) A context manager that temporarily creates a new directory and changes the
tearDown() Method called immediately after the test method has been called and the result recorded. This is called even if the
class doctest.DocTestFinder(verbose=False, parser=DocTestParser(), recurse=True, exclude_empty=True) A processing class used
unittest.removeHandler(function=None) When called without arguments this function removes the control-c handler if it has been
Page 17 of 28