zope.testing
Did some hacking on the Zope 3 test runner:
Fixed test failures on Python 2.4.4. Fixed some typos in comments and strings. Make test.py not trap Ctrl+C so eagerly. Make test.py -fu run both functional and unit tests. Make test.py -s src/pkg run the tests in the pkg package. Make test.py --list-modules list the test modules that would be imported. The riskier features I've implemented in separate branches (test-fu, filter-by-dirs, list-modules).