Differences between revisions 6 and 7
Revision 6 as of 2005-09-15 18:03:24
Size: 390
Editor: 100
Comment:
Revision 7 as of 2006-11-15 15:20:21
Size: 448
Editor: CameronLaird
Comment:
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
 * ["nose"] is "a discovery-based unittest ["extension"]

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

  • ["nose"] is "a discovery-based unittest ["extension"]

These are useful for TestDrivenDevelopment


See also: TestHarnessDesign

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

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