Changes between Version 3 and Version 4 of DeveloperGuidelinesTesting
- Timestamp:
- 01/01/09 20:35:47 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelinesTesting
v3 v4 2 2 3 3 == Testing == 4 "A bug is a test case you haven't written yet" [[BR]] 5 "Unit Tests allow merciless refactoring": http://diveintopython.org/refactoring/refactoring.html 4 6 5 7 * http://diveintopython.org/unit_testing/index.html