Changes between Version 28 and Version 29 of DeveloperGuidelinesTesting
- Timestamp:
- 01/11/09 20:05:07 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelinesTesting
v28 v29 15 15 * http://diveintopython.org/unit_testing/index.html 16 16 These should be written by the developers 17 * Doc Tests 17 * Doc Tests - inline with code: Agile Documentation 18 18 * http://agiletesting.blogspot.com/2005/01/python-unit-testing-part-2-doctest.html 19 19 20 * http://docs.python.org/library/unittest.html UnitTest] (formerly [http://pyunit.sourceforge.net PyUnit]) 20 21 * http://agiletesting.blogspot.com/2005/01/python-unit-testing-part-1-unittest.html