Changes between Version 42 and Version 43 of DeveloperGuidelinesTesting


Ignore:
Timestamp:
01/11/09 21:43:01 (16 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelinesTesting

    v42 v43  
    1919== Unit Tests (must do) ==
    2020Building the Code Right
    21  * http://diveintopython.org/unit_testing/index.html
    22 These should be written by the developers
    2321 * [http://www.python.org/doc/2.6/library/doctest.html DocTest] - inline with code: Agile Documentation
    2422  * http://agiletesting.blogspot.com/2005/01/python-unit-testing-part-2-doctest.html
     
    2725 * [http://docs.python.org/library/unittest.html UnitTest] (formerly [http://pyunit.sourceforge.net PyUnit])
    2826  * http://agiletesting.blogspot.com/2005/01/python-unit-testing-part-1-unittest.html
     27  * http://diveintopython.org/unit_testing/index.html
    2928  * [http://somethingaboutorange.com/mrl/projects/nose/ Nose] - a discovery-based unittest extension
    3029