Changes between Version 82 and Version 83 of DeveloperGuidelinesTesting


Ignore:
Timestamp:
05/04/10 14:57:16 (15 years ago)
Author:
Fran Boon
Comment:

Web2Py Unit Testing

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelinesTesting

    v82 v83  
    5050!ToDo: Investigate how we can test multiple browsers.
    5151
    52 [http://web2pyslices.com/main/slices/take_slice/67 Web2Py Slice] on Unit Testing
     52 * [http://web2py.com/AlterEgo/default/show/260 AltereEgo entry] on testing in Web2Py
     53  * [http://stackoverflow.com/questions/2762294/unit-testing-in-web2py StackOverflow discussion]
     54 * [http://web2pyslices.com/main/slices/take_slice/67 Web2Py Slice] on Unit Testing
    5355
    5456[http://cherrypy.org CherryPy]'s [http://cherrypy.org/browser/trunk/cherrypy/test/webtest.py WebTest] is good for in-process testing & can be run from a browser-less server(easier for CI-integration).[[BR]]