5.2.5 Advanced Usage

testmod() actually creates a local instance of class Tester, runs appropriate methods of that class, and merges the results into global Tester instance master.

You can create your own instances of Tester, and so build your own policies, or even run methods of master directly. See Tester.__doc__ for details.

See About this document... for information on suggesting changes.