coverage.py, profile and hotshot support in Zope’s testrunner
I have added support for coverage analysis using coverage.py
from Gareth
Rees and
Ned Batchelder, as well as support for profiling using either the profile or hotshot modules
from the Python
standard library, to Zope 2′s test runner test.py.
See the
attached file.