A thunk object to support unittest.TestProgram.
Method __init__ Create a TestToolsTestRunner.
Method list List the tests that would be run if test() was run.
Method run Run the given test case or test suite.
def __init__(self, verbosity=None, failfast=None, buffer=None, stdout=None, tb_locals=False, **kwargs):
Create a TestToolsTestRunner.
ParametersverbosityIgnored.
failfastStop running tests at the first failure.
bufferIgnored.
stdoutStream to use for stdout.
tb_localsIf True include local variables in tracebacks.
def list(self, test, loader):
List the tests that would be run if test() was run.
def run(self, test):
Run the given test case or test suite.
API Documentation for testtools, generated by pydoctor at 2015-07-01 16:11:28.