Size: 196
Comment: +PyTest, and summaries of different systems
|
Size: 344
Comment: comment about py.test
|
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 * TestOob -- extended features, integrates with PyUnit tests ---- 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
See also: TestHarnessDesign