Changes between Version 27 and Version 28 of DeveloperGuidelinesTesting
- Timestamp:
- 01/11/09 20:04:21 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelinesTesting
v27 v28 20 20 * http://agiletesting.blogspot.com/2005/01/python-unit-testing-part-1-unittest.html 21 21 * [http://somethingaboutorange.com/mrl/projects/nose/ Nose] - a discovery-based unittest extension 22 * Py.Test23 * http://agiletesting.blogspot.com/2005/01/python-unit-testing-part-3-pytest-tool.html24 25 * Rspec is an equivalent for Ruby: http://rspec.info/26 22 27 23 == Continuous Integration == … … 35 31 == Regression Testing == 36 32 Fired by dev after certain number of changes or whenever they like. 37 * http://docs.python.org/library/test.html38 33 * http://www.pycheesecake.org/ 39 34 * Case Study: http://pycheesecake.org/wiki/CleaningUpPyBlosxom 35 * [http://www.logilab.org/857 PyLint] 36 * http://docs.python.org/library/test.html 40 37 41 38 == Documentation ==