Part of twisted.trial.runner View Source View In Hierarchy
Method | __init__ | Undocumented |
Method | run | Run the test or suite and return a result object. |
Method | runUntilFailure | Repeatedly run test until it fails.
|
Method | _getDebugger | Undocumented |
Method | _removeSafely | Safely remove a path, recursively. |
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. |
Safely remove a path, recursively.
Ifpath
does not contain a node named
"_trial_marker"
, a _NoTrialMarker
exception is raised and the path is not removed.
Parameters | path | The absolute path to a test directory
(type: twisted.python.filepath.FilePath
) |