Changes between Version 60 and Version 61 of DeveloperGuidelinesTesting


Ignore:
Timestamp:
01/20/09 23:30:15 (16 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified DeveloperGuidelinesTesting

    v60 v61  
    2020Building the Code Right
    2121 * [http://www.python.org/doc/2.6/library/doctest.html DocTest] - inline with code: Agile Documentation
     22  * Web2Py supports running doctests on Controllers from the admin UI, e.g.: http://127.0.0.1:8000/admin/default/test/sahana/default.py
    2223  * http://agiletesting.blogspot.com/2005/01/python-unit-testing-part-2-doctest.html
    2324  * !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
    2425   * Uses wsgi_intercept: http://code.google.com/p/wsgi-intercept/
    25   * Web2Py supports running doctests on Controllers from the admin UI, e.g.: http://127.0.0.1:8000/admin/default/test/sahana/default.py
    2626  * [http://pypi.python.org/pypi/dutest dutest] - !DocTest !UnitTest integration (includes HTML-aware output checkers such as [http://codespeak.net/lxml/api/lxml.doctestcompare-pysrc.html lxml.doctestcompare.LHTMLOutputChecker])
    2727   * http://ojs.pythonpapers.org/index.php/tpp/article/viewArticle/56