Changes between Version 116 and Version 117 of DeveloperGuidelinesTesting
- Timestamp:
- 08/09/11 09:18:52 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelinesTesting
v116 v117 125 125 * Read the nose documentation regarding writing tests: [http://readthedocs.org/docs/nose/en/latest/writing_tests.html] 126 126 * Read this too: [http://ivory.idyll.org/articles/nose-intro.html] 127 * Information on doing !UnitTests in Web2Py: http://www.web2py.com/AlterEgo/default/show/260 127 128 * '''Never use actual output as expected result output in a test.''' This defeats the purpose of the unit tests, as they now test nothing and just become a maintenance headache. Instead, use what you expect. 128 129