Changes between Version 57 and Version 58 of DeveloperGuidelinesTesting


Ignore:
Timestamp:
01/19/09 08:32:57 (16 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelinesTesting

    v57 v58  
    2121 * [http://www.python.org/doc/2.6/library/doctest.html DocTest] - inline with code: Agile Documentation
    2222  * http://agiletesting.blogspot.com/2005/01/python-unit-testing-part-2-doctest.html
    23   * DocTests for HTML apps (good since in-process hence can capture errors): http://agiletesting.blogspot.com/2006/04/in-process-web-app-testing-with-twill.html
     23  * !DocTests for HTML apps (good since in-process hence can capture errors): http://agiletesting.blogspot.com/2006/04/in-process-web-app-testing-with-twill.html
    2424   * Uses wsgi_intercept: http://code.google.com/p/wsgi-intercept/
    2525  * Web2Py supports running doctests on Controllers from the admin UI, e.g.: http://127.0.0.1:8000/admin/default/test/sahana/default.py