Changes between Version 52 and Version 53 of DeveloperGuidelinesTesting
- Timestamp:
- 01/16/09 19:12:08 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelinesTesting
v52 v53 22 22 * http://agiletesting.blogspot.com/2005/01/python-unit-testing-part-2-doctest.html 23 23 * Web2Py supports running doctests on Controllers from the admin UI, e.g.: http://127.0.0.1:8000/admin/default/test/sahana/default.py 24 * [http://pypi.python.org/pypi/dutest dutest] - !DocTest !UnitTest integration (includes HTML-aware output checkers such as lxml.doctestcompare.LHTMLOutputChecker)24 * [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]) 25 25 * http://ojs.pythonpapers.org/index.php/tpp/article/viewArticle/56 26 26