Collector
A TestSuite that is automatically built from tests in the supplied package.
The Collector class is accessible via the testido.collector module.
Attributes
Methods
f __init__(self, packagename, regex=None) ...
@packagename a string name for the package to look up and search @regex a regular expression to match against filenames and test names
See the source for more information.