Changes between Version 12 and Version 13 of DeveloperGuidelinesTesting


Ignore:
Timestamp:
01/11/09 18:20:46 (16 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelinesTesting

    v12 v13  
    99
    1010== Unit Tests (must do) ==
    11 Should we use doctests?
    12  * http://agiletesting.blogspot.com/2005/01/python-unit-testing-part-2-doctest.html
    1311These should be written by the developers
     12 * Doc Tests: http://agiletesting.blogspot.com/2005/01/python-unit-testing-part-2-doctest.html
     13 * PyUnit: http://pyunit.sourceforge.net/
    1414
    1515 * Rspec is an equivalent for Ruby: http://rspec.info/