unittest.TestSuite.run()
  • References/Python/Python/Development Tools

run(result) Run the tests associated with this suite, collecting the result into the test result object passed as result

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

addFailure(test, err) Called when the test case test signals a failure. err is a tuple of the form returned

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

test.support.requires(resource, msg=None) Raise ResourceDenied if resource is not available. msg

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

test.support.captured_stdin() test.support.captured_stdout() test.support.captured_stderr()

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

class typing.List(list, MutableSequence[T]) Generic version of

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

class test.support.TransientResource(exc, **kwargs) Instances are a context manager that raises ResourceDenied

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

class typing.Iterator(Iterable[T_co]) A generic version of the

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

find(obj[, name][, module][, globs][, extraglobs]) Return a list of the DocTests that are defined by obj‘s

2025-01-10 15:47:30
doctest.OutputChecker.output_difference()
  • References/Python/Python/Development Tools

output_difference(example, got, optionflags) Return a string describing the differences between the expected output for a given

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

class typing.Container(Generic[T_co]) A generic version of

2025-01-10 15:47:30