Index of the collector module
-
m
testido.collector
...
-
C
FunctionTest
...
- Runs a single function as a test. Produces output that looks
a little different than that of unittest's own FunctionTestCase.
-
C
Collector
...
- A TestSuite that is automatically built from tests in the supplied
package.
-
a
regex
...
-
f
__init__
...
- @packagename a string name for the package to look up and search
@regex a regular expression to match against filenames and test names
-
f
cmpFunctionLocation
...
- Compares two functions' line numbers to ensure tests run
in file order.