Differences between revisions 1 and 4 (spanning 3 versions)
Revision 1 as of 2005-04-02 13:36:39
Size: 75
Editor: 207
Comment:
Revision 4 as of 2005-08-13 06:01:59
Size: 296
Editor: aaron
Comment: + link TestHarnessDesign
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 -- ''???''
 * 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 -- ???

  • TestOob -- extended features, integrates with PyUnit tests


See also: TestHarnessDesign

UnitTests (last edited 2013-06-24 19:14:25 by JulienJehannet)

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