Changes between Version 12 and Version 13 of DeveloperGuidelinesTesting
- Timestamp:
- 01/11/09 18:20:46 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelinesTesting
v12 v13 9 9 10 10 == Unit Tests (must do) == 11 Should we use doctests?12 * http://agiletesting.blogspot.com/2005/01/python-unit-testing-part-2-doctest.html13 11 These should be written by the developers 12 * Doc Tests: http://agiletesting.blogspot.com/2005/01/python-unit-testing-part-2-doctest.html 13 * PyUnit: http://pyunit.sourceforge.net/ 14 14 15 15 * Rspec is an equivalent for Ruby: http://rspec.info/