Changes between Version 23 and Version 24 of DeveloperGuidelinesTesting


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

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelinesTesting

    v23 v24  
    55"Unit Tests allow merciless refactoring": http://diveintopython.org/refactoring/refactoring.html
    66
     7Test-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
     9There are a huge number of Testing Tools available to cover the various parts of the Testing process:
    710 * http://pycheesecake.org/wiki/PythonTestingToolsTaxonomy
    811 * http://vallista.idyll.org/~grig/articles/