Package lemon :: Package external :: Package Cheetah :: Package Tests :: Module unittest_local_copy :: Class TestSuite
[show private | hide private]
[frames | no frames]

Class TestSuite


A test suite is a composite test consisting of a number of TestCases.

For use, create an instance of TestSuite, then add test case instances.
When all tests have been added, the suite can be passed to a test
runner, such as TextTestRunner. It will run the individual test cases
in the order in which they were added, aggregating the results. When
subclassing, do not forget to call the base class constructor.

Method Summary
  __init__(self, tests)
  __call__(self, result)
  __repr__(self)
  __str__(self)
  addTest(self, test)
  addTests(self, tests)
  countTestCases(self)
  debug(self)
Run the tests without collecting errors in a TestResult...
  run(self, result)

Method Details

debug(self)

Run the tests without collecting errors in a TestResult

Generated by Epydoc 2.0 on Mon Nov 10 15:08:13 2003 http://epydoc.sf.net