Testoob - Python Testing Out Of (The) Box
This wiki is in the process of being archived due to lack of usage and the resources necessary to serve it — predominately to bots, crawlers, and LLM companies. Edits are discouraged.
Pages are preserved as they were at the time of archival. For current information, please visit python.org.
If a change to this archive is absolutely needed, requests can be made via the infrastructure@python.org mailing list.
About
Testoob is an advanced unit testing framework for Python. It integrates effortlessly with existing PyUnit (module 'unittest') test suites.
Version 1.1 was released on 24 June, 2006.
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/PDF
- Test skipping
- Color output on a terminal
- Run pdb post-mortem on failed tests
- Profiling support
- Run tests in parallel in threads or processes
- and more!