- Inheritance
Provides some utilities common to most, if not all, TestRunners.
Methods
Instance
Visibility | Signature |
---|---|
public | run (suite, output_level=NORMAL) |
public | start_command_line_test () |
Instance Method Detail
run(suite, output_level=NORMAL)
Creates a new TestRunner and runs the suite.
start_command_line_test()
Takes care of the ARGV parsing and suite determination necessary for running one of the TestRunners from the command line.