Differences between revisions 4 and 6 (spanning 2 versions)
Revision 4 as of 2005-08-13 06:01:59
Size: 296
Editor: aaron
Comment: + link TestHarnessDesign
Revision 6 as of 2005-09-15 18:03:24
Size: 390
Editor: 100
Comment:
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
Line 9: Line 9:

These are useful for TestDrivenDevelopment

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

These are useful for TestDrivenDevelopment


See also: TestHarnessDesign

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

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