| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
AbstractTestBuilder --+
|
CustomTestBuilder
Build a test suite of cases, marked as custom tests. CustomTestBuilder
will search for functions, marked with the 'custom' test decorator, which
return a dynamically built unittest.TestSuite object when
called without parameters. This is convenient when doing data-related
tests, e.g. instantiating a single type of a test case many times
iteratively, for each entry in a database.
For detailed documentation see AbstractTestBuilder.
| Nested Classes | |
|
Inherited from |
| Instance Methods | |||
unittest.TestSuite
|
|
||
unittest.TestSuite
|
|
||
|
Inherited from Inherited from |
|||
| Class Variables | |
__abstractmethods__ =
|
|
| Properties | |
| labels | |
|
Inherited from |
|
| Method Details |
Load csb.test.Cases from a module file.
|
Load csb.test.Cases from the given CSB
|
| Property Details |
labels
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Dec 27 22:25:26 2013 | http://epydoc.sourceforge.net |