TestOOB - Python Testing Out Of (The) Box
About
[http://testoob.sourceforge.net TestOOB] is an advanced unit testing framework for Python. It integrates effortlessly with existing PyUnit (module 'unittest') test suites.
Features
Some of TestOOB's features are:
Work with PyUnit tests as-is, no changes necessary
- Filter which tests to run with regular expressions
- Output test results as XML/HTML
- Color output on a terminal
- Run pdb post-mortem on failed tests
- and more!
More Information
[http://testoob.sourceforge.net TestOOB homepage]
[http://diveintopython.org/unit_testing/index.html Introduction to Unit Testing] from DiveIntoPython
