Changes between Version 19 and Version 20 of DeveloperGuidelinesTesting
- Timestamp:
- 01/11/09 19:33:40 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelinesTesting
v19 v20 5 5 "Unit Tests allow merciless refactoring": http://diveintopython.org/refactoring/refactoring.html 6 6 7 * http:// diveintopython.org/unit_testing/index.html7 * http://pycheesecake.org/wiki/PythonTestingToolsTaxonomy 8 8 * http://vallista.idyll.org/~grig/articles/ 9 9 ---- 10 10 Testing that Developers should be doing: 11 11 == Unit Tests (must do) == 12 * http://diveintopython.org/unit_testing/index.html 12 13 These should be written by the developers 13 14 * Doc Tests