Changes between Version 116 and Version 117 of DeveloperGuidelinesTesting


Ignore:
Timestamp:
08/09/11 09:18:52 (13 years ago)
Author:
Fran Boon
Comment:

Information on doing UnitTests in Web2Py

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelinesTesting

    v116 v117  
    125125* Read the nose documentation regarding writing tests: [http://readthedocs.org/docs/nose/en/latest/writing_tests.html]
    126126* 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
    127128* '''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.
    128129