Package funkload :: Module TestRunner
[show private | hide private]
[frames | no frames]

Module funkload.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_testcases(suite)
Display test cases of the suite.
  DTC_runTest(self)
  filter_testcases(suite, cpattern, negative_pattern)
Filter a suite with test names that match the compiled regex pattern.
  main()
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

Type:
bool
Value:
False                                                                  

Generated by Epydoc 2.1 on Tue Feb 27 10:41:42 2007 http://epydoc.sf.net