class TrialRunner: (source)
| Method | __init__ |
Undocumented |
| Method | run |
Run the test or suite and return a result object. |
| Method | runUntilFailure |
Repeatedly run test until it fails. |
| Constant | DEBUG |
Undocumented |
| Constant | DRY_RUN |
Undocumented |
| Instance Variable | debugger |
Undocumented |
| Instance Variable | logfile |
Undocumented |
| Instance Variable | mode |
Undocumented |
| Instance Variable | reporterFactory |
Undocumented |
| Instance Variable | rterrors |
Undocumented |
| Instance Variable | stream |
Undocumented |
| Instance Variable | tbformat |
Undocumented |
| Instance Variable | uncleanWarnings |
Undocumented |
| Instance Variable | workingDirectory |
Undocumented |
| Method | _makeResult |
Undocumented |
| Method | _runWithoutDecoration |
Private helper that runs the given test but doesn't decorate it. |
| Method | _setUpLogFile |
Undocumented |
| Method | _setUpTestdir |
Undocumented |
| Method | _tearDownLogFile |
Undocumented |
| Method | _tearDownTestdir |
Undocumented |
| Instance Variable | _exitFirst |
Undocumented |
| Instance Variable | _forceGarbageCollection |
Undocumented |
| Instance Variable | _logFileObject |
Undocumented |
| Instance Variable | _logFileObserver |
Undocumented |
| Instance Variable | _result |
Undocumented |
| Instance Variable | _testDirLock |
Undocumented |
Undocumented