Size: 296
Comment: + link TestHarnessDesign
|
Size: 390
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 |
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