| Home | Trees | Index | Help |
|
|---|
| Package funkload :: Module TestRunner |
|
FunkLoad Test runner.
Similar to unittest.TestProgram but: * you can pass the python module to load * able to override funkload configuration file using command line options * cool color output * support doctest with python2.4
$Id: TestRunner.py 24758 2005-08-31 12:33:00Z bdelbosc $| Classes | |
|---|---|
ColoredTextTestRunner |
Override to be color powered. |
TestLoader |
Override to add options when instanciating test case. |
TestProgram |
Override to add a python module and more options. |
| Function Summary | |
|---|---|
Display test cases of the suite. | |
DTC_runTest(self)
| |
Filter a suite with test names that match the compiled regex pattern. | |
Default main. | |
| Variable Summary | |
|---|---|
bool |
g_doctest_verbose = False
|
| Function Details |
|---|
display_testcases(suite)Display test cases of the suite. |
filter_testcases(suite, cpattern, negative_pattern=False)Filter a suite with test names that match the compiled regex pattern. |
main()Default main. |
| Variable Details |
|---|
g_doctest_verbose
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Tue Feb 27 10:41:42 2007 | http://epydoc.sf.net |