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.
def _setUpTestdir(self):
Undocumented
def _tearDownTestdir(self, oldDir):
Undocumented
def _makeResult(self):
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):
Undocumented
def _tearDownLogFile(self):
Undocumented
def _setUpLogFile(self):
Undocumented
def run(self, test):

Run the test or suite and return a result object.

def _runWithoutDecoration(self, test, forceGarbageCollection=False):

Private helper that runs the given test but doesn't decorate it.

def runUntilFailure(self, test):

Repeatedly run test until it fails.

API Documentation for twisted, generated by pydoctor at 2020-03-25 17:34:30.