class documentation
class UncleanWarningsReporterWrapper(TestResultDecorator): (source)
Implements interfaces: twisted.trial.itrial.IReporter
A wrapper for a reporter that converts util.DirtyReactorAggregateError
s to warnings.
Method | add |
If the error is a util.DirtyReactorAggregateError , instead of reporting it as a normal error, throw a warning. |
Inherited from TestResultDecorator
:
Instance Variable | _original |
The wrapped instance of reporter. |
If the error is a util.DirtyReactorAggregateError
, instead of reporting it as a normal error, throw a warning.