class documentation

class _ExitWrapper(TestResultDecorator): (source)

Implements interfaces: twisted.trial.itrial.IReporter

View In Hierarchy

A wrapper for a reporter that causes the reporter to stop after unsuccessful tests.

Method addError Record that a test has raised an unexpected exception.
Instance Variable shouldStop A boolean indicating that this reporter would like the test run to stop.
Method addFailure Record that a test has failed with the given failure.

Inherited from TestResultDecorator:

Instance Variable _originalReporter The wrapped instance of reporter.
def addError(self, *args, **kwargs): (source)

Record that a test has raised an unexpected exception.

ParametersargsUndocumented
kwargsUndocumented
testThe test that has raised an error.
errorThe error that the test raised. It will either be a three-tuple in the style of sys.exc_info() or a Failure object.
shouldStop = (source)

A boolean indicating that this reporter would like the test run to stop.

(type: bool)
def addFailure(self, *args, **kwargs): (source)

Record that a test has failed with the given failure.

ParametersargsUndocumented
kwargsUndocumented
testThe test that has failed.
failureThe failure that the test failed with. It will either be a three-tuple in the style of sys.exc_info() or a Failure object.
API Documentation for Twisted, generated by pydoctor 21.2.0 at 2021-02-28 21:00:42.