Proctor
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.
Current Version: 1.5
Released: Tue Apr 7 08:54:07 2009
Download version
1.5
Related Links
- Automated Testing with unittest and Proctor (2008-07-01)
- Automated testing is an important part of Agile development methodologies, and the practice is seeing increasing adoption even in environments where other Agile tools are not used. This article discusses testing techniques for you to use with the open source tool Proctor. By using Proctor, you will not only manage your automated test suite more effectively, but you will also obtain better results in the process. ...
- Testing Tools for Python | And Now For Something Completely Different (2008-06-06)
- Test Driven Development and Test Automation are all the rage, and Python developers have no shortage of tools for testing their own applications. This column looks at tools for testing your libraries and applications. It isn't a comprehensive survey, but should give you some idea of the kinds of tools available. ...
- ProctorTicket (2008-01-28)
- I have been meaning to post about this for a while, and am just getting around to it. As part of the GHOP contest, Zachary Voase created an add-on for Proctor that loads test failures into Trac as tickets. ...
- Proctor moved (2007-09-03)
- I have also moved Proctor into the new site.
- PyMOTW: unittest (2007-09-03)
- Module: unittest
Purpose: Automated testing framework
Python Version: 2.1 ...
- Bug 247268: Review Request: python-proctor - Proctor is a tool for running unit tests (2007-08-13)
- Proctor 1.0 (2006-12-23)
- I've moved Proctor development from sourceforge to my own server and released version 1.0.
