unittest.removeHandler(function=None) When called without arguments this function removes the control-c handler if it has been
shortDescription() Returns a description of the test, or None if no description has been provided. The default
class doctest.DocTestFinder(verbose=False, parser=DocTestParser(), recurse=True, exclude_empty=True) A processing class used
test.support.can_symlink() Return True if the OS supports symbolic links, False otherwise.
test.support.find_unused_port(family=socket.AF_INET, socktype=socket.SOCK_STREAM) Returns an unused port that should be suitable
class typing.Text Text is an alias for str. It is provided to supply a forward compatible path for
unittest.mock.call(*args, **kwargs) call() is a helper object for making simpler assertions, for comparing with
addTests(tests) Add all the tests from an iterable of TestCase and TestSuite instances to this test
shouldStop Set to True when the execution of tests should stop by stop().
class doctest.DocTestRunner(checker=None, verbose=None, optionflags=0) A processing class used to execute and verify the interactive
Page 16 of 28