Differences between revisions 1 and 2
Revision 1 as of 2005-04-02 13:36:39
Size: 75
Editor: 207
Comment:
Revision 2 as of 2005-04-02 16:39:39
Size: 196
Editor: aaron
Comment: +PyTest, and summaries of different systems
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 -- ''???''

TableOfContents

Python Testing Frameworks

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

  • DocTest -- lightweight unit testing in doc strings

  • PyTest -- ???

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

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