TestOob

Last edit October 8, 2009
TestOob is an advanced testing framework for Python. It is designed to integrate effortlessly with existing PythonUnit (standard module 'unittest') test suites.

Some features:
  • Work with PythonUnit 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

For more information and download: http://code.google.com/p/testoob/