Part of twisted.trial.runner View Source View In Hierarchy
TestResult
object.
| Method | run | Run the suite, storing all errors in result. If an error
is logged
|
Inherited from TestSuite:
| Method | __call__ | Undocumented |
result. If an error
is logged while no tests are running, then it will be added as an error
to result.
| Parameters | result | A TestResult
object.
|