Drive the test cases for HappyDoc.
Methods
|
|
|
|
appInit
|
appInit ( self )
|
|
listTests
|
listTests ( self, suite )
List the available test cases.
|
|
main
|
main ( self, *args )
Run the requested test suites.
Exceptions
|
|
ValueError( 'Operation (%s) must be one of RUNTEST or LIST.' % self._operation )
|
|
|
optionHandler_d
|
optionHandler_d ( self, outputDir )
Specify the output directory for the tests.
|
|
optionHandler_list
|
optionHandler_list ( self )
List the tests available.
|
|
optionHandler_q
|
optionHandler_q ( self )
Disable visible output.
|
|
optionHandler_v
|
optionHandler_v ( self )
Increase verbose level by one. Can be repeated.
|
|
optionHandler_withzope
|
optionHandler_withzope ( self )
Add the Zope tests to the set.
|
|
runTests
|
runTests ( self, suite )
Run the required test cases.
|
|
statusMessage
|
statusMessage (
self,
msg='',
level=1,
)
|