vantage6.common.utest.TestRunner¶
- class TestRunner(log, stream=<colorama.ansitowin32.StreamWrapper object>, descriptions=True, verbosity=1, failfast=False, buffer=False, resultclass=None)¶
Bases:
TextTestRunner
- __init__(log, stream=<colorama.ansitowin32.StreamWrapper object>, descriptions=True, verbosity=1, failfast=False, buffer=False, resultclass=None)¶
Construct a TextTestRunner.
Subclasses should accept **kwargs to ensure compatibility as the interface changes.
Methods
__init__
(log[, stream, descriptions, ...])Construct a TextTestRunner.
run
(test)Run the given test case or test suite.
- resultclass¶
alias of
TestResult
- run(test)¶
Run the given test case or test suite.