Size: 196
Comment: +PyTest, and summaries of different systems
|
Size: 448
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 |
Contents
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
These are useful for TestDrivenDevelopment
See also: TestHarnessDesign