Home | Trees | Indices | Help |
|
---|
|
|
|||
|
__init__(self,
log=StdLog(),
allowed=[],
forbidden=[],
verbosity=2,
debug=False) x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
||
|
modulesFromPath(self,
path=T.projectRoot(),
module='Biskit') Import all python files of a package as modules. |
||
|
addTestsFromModules(self,
modules) Extract all test cases from a list of python modules and add them to the internal test suite. |
||
|
collectTests(self,
path=T.projectRoot(),
module='Biskit') Add all BiskitTests found in a given module to the internal test suite. |
||
| __moduleNames(self, modules) | ||
|
report(self) Report how things went to stdout. |
||
| run(self, dry=False) | ||
Inherited from |
|
|||
|
modules_untested list of modules without test cases |
||
|
modules_tested list of modules containing test cases |
||
|
result will hold test result after run() |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Import all python files of a package as modules. Sub-packages are ignored and have to be collected separately.
|
Extract all test cases from a list of python modules and add them to the internal test suite.
|
Add all BiskitTests found in a given module to the internal test suite.
|
|
Report how things went to stdout. |
|
|
modules_untestedlist of modules without test cases |
modules_testedlist of modules containing test cases |
resultwill hold test result after run() |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0alpha3 on Tue May 1 22:35:03 2007 | http://epydoc.sourceforge.net |