class documentation

class TrialRunner: (source)

View In Hierarchy

A specialised runner that the trial front end uses.

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

Undocumented

(type: str)
DRY_RUN = (source)

Undocumented

(type: str)
def _setUpTestdir(self): (source)

Undocumented

_testDirLock = (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, debugger=None, exitFirst=False): (source)

Undocumented

reporterFactory = (source)

Undocumented

logfile = (source)

Undocumented

mode = (source)

Undocumented

stream = (source)

Undocumented

tbformat = (source)

Undocumented

rterrors = (source)

Undocumented

uncleanWarnings = (source)

Undocumented

_result = (source)

Undocumented

workingDirectory = (source)

Undocumented

_logFileObserver = (source)

Undocumented

_logFileObject = (source)

Undocumented

_forceGarbageCollection = (source)

Undocumented

debugger = (source)

Undocumented

_exitFirst = (source)

Undocumented

def run(self, test): (source)

Run the test or suite and return a result object.

def _tearDownLogFile(self): (source)

Undocumented

def _setUpLogFile(self): (source)

Undocumented

def _runWithoutDecoration(self, test, forceGarbageCollection=False): (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 21.2.0 at 2021-02-28 21:00:42.