Trees | Indices | Help |
|
---|
object --+ | TestProgram
A command-line program that runs a set of tests; this is primarily for making test modules conveniently executable.
'
__main__
'
,
defaultTest=None,
argv=None,
testRunner=None,
testLoader=TestLoader())
'
Usage: %(progName)s [options] [test] [...]\n\nOptions
...
'
__main__
'
,
defaultTest=None,
argv=None,
testRunner=None,
testLoader=TestLoader())
'''
Usage: %(progName)s [options] [test] [...]
Options:
-h, --help Show this message
-v, --verbose Verbose output
-q, --quiet Minimal output
Examples:
...
Trees | Indices | Help |
|
---|