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)
  addPackageRecursive(self, package)
  addTestClass(self, testClass)
  run(self, output, seed)
  _packageRecurse(self, arg, dirname, names)

Class Variable Summary
str methodPrefix
str moduleGlob
int sortTests

Method Details

addMethod(self, method)

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

Class Variable Details

methodPrefix

Type:
str
Value:
'test'                                                                 

moduleGlob

Type:
str
Value:
'test_*.py'                                                            

sortTests

Type:
int
Value:
1                                                                      

Generated by Epydoc 1.1 on Fri Jun 27 03:48:59 2003 http://epydoc.sf.net