Differences between revisions 1 and 5 (spanning 4 versions)
Revision 1 as of 2005-04-02 13:36:39
Size: 75
Editor: 207
Comment:
Revision 5 as of 2005-09-14 09:52:53
Size: 344
Editor: staselog
Comment: comment about py.test
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
Line 4: Line 5:
* PyUnit
* DocTest
 * PyUnit -- heavy-weight Java-derived unit testing system
 * DocTest -- lightweight unit testing in doc strings
 * PyTest -- alternative and easy-to-use unit test system for Python
 * TestOob -- extended features, integrates with PyUnit tests

----
See also: TestHarnessDesign

TableOfContents

Python Testing Frameworks

  • PyUnit -- heavy-weight Java-derived unit testing system

  • DocTest -- lightweight unit testing in doc strings

  • PyTest -- alternative and easy-to-use unit test system for Python

  • TestOob -- extended features, integrates with PyUnit tests


See also: TestHarnessDesign

UnitTests (last edited 2024-07-06 16:50:15 by MatsWichmann)

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