class documentation
class DistReporter(proxyForInterface(
Constructor: DistReporter(original)
Implements interfaces: twisted.trial.itrial.IReporter
See module docstring.
| Method | __init__ |
Undocumented |
| Method | add |
Queue error adding. |
| Method | add |
Queue adding an expected failure. |
| Method | add |
Queue adding a failure. |
| Method | add |
Queue adding a skip. |
| Method | add |
Queue adding a success. |
| Method | add |
Queue adding an unexpected success. |
| Method | start |
Queue test starting. |
| Method | stop |
Queue stopping the test, then unroll the queue. |
| Instance Variable | running |
Undocumented |
def addExpectedFailure(self, test:
ITestCase, error: ReporterFailure, todo: str | None = None):
(source)
¶
Queue adding an expected failure.