A command-line program that runs a set of tests; this is primarily for making test modules conveniently executable.
There are no implemented interfaces.
USAGE
(type:
str
)
"Usage: %(progName)s [options] [test] [...]\n\nOptions:\n -h, --help Show this message\n -v, --verbose Verbose output\n -q, --quiet Minimal output\n\nExamples:\n %(progName)s - run default set of tests\n %(progName)s MyTestSuite - run suite 'MyTestSuite'\n %(progName)s MyTestCase.testSomething - run MyTestCase.testSomething\n %(progName)s MyTestCase - run all 'test*' test methods\n in MyTestCase\n"
createTests()
parseArgs(argv)
runTests()
usageExit(msg=None)
There are no known subclasses.