Changes between Version 25 and Version 26 of DeveloperGuidelinesTesting
- Timestamp:
- 01/11/09 19:46:00 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelinesTesting
v25 v26 17 17 * Doc Tests 18 18 * 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]) 21 20 * http://agiletesting.blogspot.com/2005/01/python-unit-testing-part-1-unittest.html 22 21 * [http://somethingaboutorange.com/mrl/projects/nose/ Nose] - a discovery-based unittest extension