On 2011-06-09 17:51, Pete Emerson wrote:
> What are you using to unit test your web.py application?

I'm using twill for one app. My test suite doesn't contain
checks for response codes, but it should be possible:

>>> import twill.commands
>>> print twill.commands.code.__doc__

    >> code <int>
    
    Check to make sure the response code for the last page is as given.

-- 
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/webpy?hl=en.

Reply via email to