Changes between Version 28 and Version 29 of DeveloperGuidelinesTesting


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

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelinesTesting

    v28 v29  
    1515 * http://diveintopython.org/unit_testing/index.html
    1616These should be written by the developers
    17  * Doc Tests
     17 * Doc Tests - inline with code: Agile Documentation
    1818  * http://agiletesting.blogspot.com/2005/01/python-unit-testing-part-2-doctest.html
     19
    1920 * http://docs.python.org/library/unittest.html UnitTest] (formerly [http://pyunit.sourceforge.net PyUnit])
    2021  * http://agiletesting.blogspot.com/2005/01/python-unit-testing-part-1-unittest.html