|
Size: 344
Comment: comment about py.test
|
Size: 448
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 9: | Line 9: |
| * ["nose"] is "a discovery-based unittest ["extension"] 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
- ["nose"] is "a discovery-based unittest ["extension"]
These are useful for TestDrivenDevelopment
See also: TestHarnessDesign
