twisted.trial.runner.LoggedSuite(TestSuite) class documentationtwisted.trial.runner
(View In Hierarchy)
Any errors logged in this suite will be reported to the TestResult 
object.
| Method | run | Run the suite, storing all errors in result. If an error is
logged while no tests are running, then it will be added as an error toresult. | 
Run the suite, storing all errors in result. If an error is
logged while no tests are running, then it will be added as an error to 
result.
| Parameters | result | A TestResultobject. |