Changes between Version 71 and Version 72 of DeveloperGuidelinesTesting


Ignore:
Timestamp:
01/24/09 15:38:39 (16 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelinesTesting

    v71 v72  
    5757== Doc Tests ==
    5858Agile documentation which can be run using Web2Py's Admin UI.
     59 * http://www.python.org/doc/2.6/library/doctest.html
    5960 * e.g. http://127.0.0.1:8000/admin/default/test/sahana/default.py
    60 We have a module which uses [http://code.google.com/p/wsgi-intercept wsgi_intercept] & [http://cherrypy.org CherryPy]'s [http://cherrypy.org/browser/trunk/cherrypy/test/webtest.py WebTest]: {{{modules/s3_test.py}}} [[BR]]
     61To extend these to web applications, we have a module which uses [http://code.google.com/p/wsgi-intercept wsgi_intercept] & [http://cherrypy.org CherryPy]'s [http://cherrypy.org/browser/trunk/cherrypy/test/webtest.py WebTest]: {{{modules/s3_test.py}}} [[BR]]
    6162This can be used from Controllers like:
    6263{{{