Changes between Version 25 and Version 26 of DeveloperGuidelinesTesting


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

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelinesTesting

    v25 v26  
    1717 * Doc Tests
    1818  * http://agiletesting.blogspot.com/2005/01/python-unit-testing-part-2-doctest.html
    19  * !UnitTest (formerly [http://pyunit.sourceforge.net PyUnit])
    20   * http://docs.python.org/library/unittest.html
     19 * http://docs.python.org/library/unittest.html UnitTest] (formerly [http://pyunit.sourceforge.net PyUnit])
    2120  * http://agiletesting.blogspot.com/2005/01/python-unit-testing-part-1-unittest.html
    2221  * [http://somethingaboutorange.com/mrl/projects/nose/ Nose] - a discovery-based unittest extension