Differences between revisions 1 and 2
Revision 1 as of 2005-06-17 09:55:46
Size: 981
Editor: bzq-224-165
Comment:
Revision 2 as of 2005-07-01 18:32:26
Size: 727
Editor: bzq-80-23-18
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
[http://testoob.sourceforge.net TestOOB] is an advanced testing framework for Python. It is designed to integrate effortlessly with existing PyUnit (standard 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 8: Line 8:
 * Work with PyUnit tests as-is, no changes necessary!  * Work with PyUnit tests as-is, no changes necessary
Line 13: Line 13:

== How to use ==
After [https://sourceforge.net/project/showfiles.php?group_id=138557 downloading] and installing, just run your tests with the {{{testoob}}} executable. You can also replace calls to {{{unittest.main}}} with {{{testoob.main}}}.
 * and more!

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

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

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