Size: 75
Comment:
|
Size: 390
Comment:
|
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 -- 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 |
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