Differences between revisions 4 and 5
Revision 4 as of 2005-08-13 06:01:59
Size: 296
Editor: aaron
Comment: + link TestHarnessDesign
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 7: Line 7:
 * PyTest -- ''???''  * PyTest -- alternative and easy-to-use unit test system for Python

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 2013-06-24 19:14:25 by JulienJehannet)

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