class twisted.trial.unittest.PyUnitResultAdapter: (source)
Wrap a TestResult
from the standard library's unittest
so that it supports the extended result types from Trial, and also supports twisted.python.failure.Failure
s being passed to addError
and addFailure
.
Method | __init__ | |
Instance Variable | original | Undocumented |
Method | startTest | Undocumented |
Method | stopTest | Undocumented |
Method | addFailure | Undocumented |
Method | addError | Undocumented |
Method | addSkip | Report the skip as a failure. |
Method | addUnexpectedSuccess | Report the unexpected success as a failure. |
Method | addExpectedFailure | Report the expected failure (i.e. todo) as a failure. |
Method | addSuccess | Undocumented |
Method | upDownError | Undocumented |
Method | _exc_info | Undocumented |
Method | _unsupported | Undocumented |
Report the unexpected success as a failure.
Report the expected failure (i.e. todo) as a failure.