Package twisted :: Package trial :: Module unittest :: Class TestSuite
[show private | hide private]
[frames | no frames]

Class TestSuite


Method Summary
  __init__(self)
  addMethod(self, method)
Add a single method of a test case class to this test suite.
  addModule(self, module)
  addPackage(self, package)
  addTestClass(self, testClass)
  run(self, output, seed)
  runOneTest(self, testClass, testCase, method, output)

Class Variable Summary
string methodPrefix
string moduleGlob

Method Details

addMethod(self, method)

Add a single method of a test case class to this test suite.

Class Variable Details

methodPrefix

Type:
string
Value:
'test'                                                                 

moduleGlob

Type:
string
Value:
'test_*.py'                                                            

Generated by Epydoc 1.1 on Thu Apr 17 12:56:19 2003 http://epydoc.sf.net