Changes between Version 23 and Version 24 of DeveloperGuidelinesTesting
- Timestamp:
- 01/11/09 19:41:59 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelinesTesting
v23 v24 5 5 "Unit Tests allow merciless refactoring": http://diveintopython.org/refactoring/refactoring.html 6 6 7 Test-Driven Development is a programming styles which says that you 1st write your test cases (from the [BluePrints specs]) & then proceed to make them pass. 8 9 There are a huge number of Testing Tools available to cover the various parts of the Testing process: 7 10 * http://pycheesecake.org/wiki/PythonTestingToolsTaxonomy 8 11 * http://vallista.idyll.org/~grig/articles/