t.t.r.TrialRunner(object) : class documentation

Part of twisted.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 _getDebugger Undocumented
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.
def _getDebugger(self): (source)
Undocumented
def _setUpTestdir(self): (source)
Undocumented
def _tearDownTestdir(self, oldDir): (source)
Undocumented
def _makeResult(self): (source)
Undocumented
def __init__(self, reporterFactory, mode=None, logfile='test.log', stream=sys.stdout, profile=False, tracebackFormat='default', realTimeErrors=False, uncleanWarnings=False, workingDirectory=None, forceGarbageCollection=False): (source)
Undocumented
def _tearDownLogFile(self): (source)
Undocumented
def _setUpLogFile(self): (source)
Undocumented
def run(self, test): (source)
Run the test or suite and return a result object.
def _runWithoutDecoration(self, test): (source)
Private helper that runs the given test but doesn't decorate it.
def runUntilFailure(self, test): (source)
Repeatedly run test until it fails.
API Documentation for Twisted, generated by pydoctor at 2011-10-27 16:27:37.