unittest.removeHandler()
  • References/Python/Python/Development Tools

unittest.removeHandler(function=None) When called without arguments this function removes the control-c handler if it has been

2025-01-10 15:47:30
unittest.TestCase.shortDescription()
  • References/Python/Python/Development Tools

shortDescription() Returns a description of the test, or None if no description has been provided. The default

2025-01-10 15:47:30
doctest.DocTestFinder
  • References/Python/Python/Development Tools

class doctest.DocTestFinder(verbose=False, parser=DocTestParser(), recurse=True, exclude_empty=True) A processing class used

2025-01-10 15:47:30
test.support.can_symlink()
  • References/Python/Python/Development Tools

test.support.can_symlink() Return True if the OS supports symbolic links, False otherwise.

2025-01-10 15:47:30
test.support.find_unused_port()
  • References/Python/Python/Development Tools

test.support.find_unused_port(family=socket.AF_INET, socktype=socket.SOCK_STREAM) Returns an unused port that should be suitable

2025-01-10 15:47:30
typing.Text
  • References/Python/Python/Development Tools

class typing.Text Text is an alias for str. It is provided to supply a forward compatible path for

2025-01-10 15:47:30
unittest.mock.call()
  • References/Python/Python/Development Tools

unittest.mock.call(*args, **kwargs) call() is a helper object for making simpler assertions, for comparing with

2025-01-10 15:47:30
unittest.TestSuite.addTests()
  • References/Python/Python/Development Tools

addTests(tests) Add all the tests from an iterable of TestCase and TestSuite instances to this test

2025-01-10 15:47:30
unittest.TestResult.shouldStop
  • References/Python/Python/Development Tools

shouldStop Set to True when the execution of tests should stop by stop().

2025-01-10 15:47:30
doctest.DocTestRunner
  • References/Python/Python/Development Tools

class doctest.DocTestRunner(checker=None, verbose=None, optionflags=0) A processing class used to execute and verify the interactive

2025-01-10 15:47:30