Changes between Version 24 and Version 25 of DeveloperGuidelinesTesting


Ignore:
Timestamp:
01/11/09 19:42:23 (16 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelinesTesting

    v24 v25  
    33= Testing =
    44"A bug is a test case you haven't written yet" [[BR]]
    5 "Unit Tests allow merciless refactoring": http://diveintopython.org/refactoring/refactoring.html
     5"Unit Tests allow merciless [http://diveintopython.org/refactoring/refactoring.html refactoring]"
    66
    77Test-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.