Differences between revisions 2 and 8 (spanning 6 versions)
Revision 2 as of 2005-04-02 16:39:39
Size: 196
Editor: aaron
Comment: +PyTest, and summaries of different systems
Revision 8 as of 2008-11-15 14:01:09
Size: 448
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
[[TableOfContents]] <<TableOfContents>>
Line 7: Line 7:
 * PyTest -- ''???''  * 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

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 2024-07-06 16:50:15 by MatsWichmann)

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