testtools.run.TestToolsTestRunner(object)
class documentationtesttools.run
(View In Hierarchy)
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. |
Parameters | verbosity | Ignored. |
failfast | Stop running tests at the first failure. | |
buffer | Ignored. | |
stdout | Stream to use for stdout. | |
tb_locals | If True include local variables in tracebacks. |