Proctor - 1.3

Automated test runner for Python

Proctor is a tool for running unit tests. It enhances the standard unittest module to provide the ability to find all tests in a set of code, categorize them via tagging, and run some or all of them. Test output may be generated in a variety of formats to support parsing by another tool or simple, nicely formatted, reports for human review.

Improve support for automatic monitoring and general code clean up in preparation for Python Magazine article release.

Latest release: Mon Jul 30 07:43:36 2007

Changelog

  • New proctorfilter for scanning parsable test result output.
  • Use coverage.py as a dependency instead of redistributing it.
  • Fix scanner bug that caused all source to be scanned twice.
Bookmark and Share