Special TestLoader for HappyDoc
This TestLoader subclass tell the TestCases it loads to write to a
specific output directory, thereby letting us differentiate
between standard test output and regression test output.
Methods
|
|
__init__
loadTestsFromName
loadTestsFromTestCase
|
|
__init__
|
__init__ (
self,
outputDir='',
statusMessageFunc=None,
knownTestCaseClasses=[],
)
|
|
loadTestsFromName
|
loadTestsFromName (
self,
name,
module=None,
)
|
|
loadTestsFromTestCase
|
loadTestsFromTestCase ( self, testCaseClass )
Return a suite of all tests cases contained in testCaseClass
|
|