twisted.trial.runner.TrialRunner(object)
class documentationtwisted.trial.runner
View Source
(View In Hierarchy)
A specialised runner that the trial front end uses.
Method | __init__ | Undocumented |
Method | run | Run the test or suite and return a result object. |
Method | runUntilFailure | Repeatedly run test until it fails. |
Method | _setUpTestdir | Undocumented |
Method | _tearDownTestdir | Undocumented |
Method | _makeResult | Undocumented |
Method | _tearDownLogFile | Undocumented |
Method | _setUpLogFile | Undocumented |
Method | _runWithoutDecoration | Private helper that runs the given test but doesn't decorate it. |
Private helper that runs the given test but doesn't decorate it.