Changes between Version 19 and Version 20 of DeveloperGuidelinesTesting


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

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelinesTesting

    v19 v20  
    55"Unit Tests allow merciless refactoring": http://diveintopython.org/refactoring/refactoring.html
    66
    7  * http://diveintopython.org/unit_testing/index.html
     7 * http://pycheesecake.org/wiki/PythonTestingToolsTaxonomy
    88 * http://vallista.idyll.org/~grig/articles/
    99----
    1010Testing that Developers should be doing:
    1111== Unit Tests (must do) ==
     12 * http://diveintopython.org/unit_testing/index.html
    1213These should be written by the developers
    1314 * Doc Tests