twisted.trial.reporter.UncleanWarningsReporterWrapper(TestResultDecorator)
class documentationtwisted.trial.reporter
View Source
(View In Hierarchy)
Implements interfaces: twisted.trial.itrial.IReporter
A wrapper for a reporter that converts util.DirtyReactorAggregateError
s
to warnings.
Method | addError | If the error is a util.DirtyReactorAggregateError ,
instead of reporting it as a normal error, throw a warning. |
Inherited from TestResultDecorator:
Instance Variable | _originalReporter | The wrapped instance of reporter. (type: A provider of itrial.IReporter ) |
If the error is a util.DirtyReactorAggregateError
,
instead of reporting it as a normal error, throw a warning.