On Monday, September 3, 2012 12:38:43 AM UTC-4, viniciusban wrote: > > So, could we consider webclient the official way to unittest web2py apps? >
I think webclient.py would be considered more of a "functional" or "integration" testing tool, as it operates by making HTTP requests and checking the responses (which may involve multiple "units" of code working together). Also very useful, but not quite the same purpose as unit testing. Anthony --

