Differences between revisions 4 and 5
Revision 4 as of 2006-06-24 23:13:52
Size: 1036
Editor: bzq-88-152-99-120
Comment: Updated with version 1.1 info
Revision 5 as of 2008-11-15 14:00:21
Size: 1043
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
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.
Line 6: Line 6:
[http://sourceforge.net/project/showfiles.php?group_id=138557 Version 1.1] was released on 24 June, 2006. [[http://sourceforge.net/project/showfiles.php?group_id=138557|Version 1.1]] was released on 24 June, 2006.
Line 21: Line 21:
 * [http://testoob.sourceforge.net Testoob homepage]
 * [wiki:WikiPedia:Testoob Wikipedia entry]
 * [http://www.python.org/pypi/testoob Cheeseshop location]
 * [http://diveintopython.org/unit_testing/index.html Introduction to Unit Testing] from DiveIntoPython
 * [[http://testoob.sourceforge.net|Testoob homepage]]
 * [[WikiPedia:Testoob|Wikipedia entry]]
 * [[http://www.python.org/pypi/testoob|Cheeseshop location]]
 * [[http://diveintopython.org/unit_testing/index.html|Introduction to Unit Testing]] from DiveIntoPython

Testoob - Python Testing Out Of (The) Box

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!

More Information

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

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