FunctionTest
Runs a single function as a test. Produces output that looks a little different than that of unittest's own FunctionTestCase.
The FunctionTest class is accessible via the testido.collector module.
Methods
f shortDescription(self) ...
Uses the function's doc string as the ideal form. Otherwise, the name is used.
See the source for more information.