We've expanded our news coverage and improved our search! Visit
oreilly.com for the latest or search for all things across O'Reilly!
Article:
 |
|
Test-Driven Development in Python
|
| Subject: |
|
Plugging TestOOB |
| Date: |
|
2005-06-25 11:50:46 |
| From: |
|
oripel
|
|
|
|
TestOOB (http://testoob.sourceforge.net) is an extension to python's built-in unit testing framework (module unittest).
It works with existing test suites, and provides features such as:
- color console output
- examine a failed test with pdb
- easy filtering of which tests to run
- HTML and XML reports
It's goal is to make unit testing more useful and fun, if you believe it :-)
|