Differences between revisions 2 and 3
Revision 2 as of 2005-07-01 18:32:26
Size: 727
Editor: bzq-80-23-18
Comment:
Revision 3 as of 2006-04-28 00:25:30
Size: 902
Editor: bzq-88-153-183-33
Comment: Added version 1.0 info
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= TestOOB - Python Testing Out Of (The) Box = = Testoob - Python Testing Out Of (The) Box =
Line 4: Line 4:
[http://testoob.sourceforge.net TestOOB] is an advanced unit testing framework for Python. It integrates effortlessly with existing PyUnit (module 'unittest') test suites. [http://testoob.sourceforge.net Testoob] is an advanced unit testing framework for Python. It integrates effortlessly with existing PyUnit (module 'unittest') test suites.

Version 1.0 was released on 28 April, 2006.
Line 7: Line 9:
Some of TestOOB's features are: Some of Testoob's features are:
Line 10: Line 12:
 * Output test results as XML/HTML  * Output test results as XML/HTML/PDF
 * Test skipping
Line 16: Line 19:
 * [http://testoob.sourceforge.net TestOOB homepage]  * [http://testoob.sourceforge.net Testoob homepage]
 * [wiki:WikiPedia:Testoob Wikipedia entry]
 * [http://www.python.org/pypi/testoob Cheeseshop location]

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.

Version 1.0 was released on 28 April, 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
  • and more!

More Information

TestOob (last edited 2008-11-15 14:00:21 by localhost)

Unable to edit the page? See the FrontPage for instructions.