On Thu, Nov 20, 2008 at 3:59 PM, Florent Aide <[EMAIL PROTECTED]> wrote:
>
> On Fri, Nov 21, 2008 at 12:15 AM, Randy Syring <[EMAIL PROTECTED]> wrote:
>>
>> I would like to be able to test my web applications from the
>> perspective of an actual user.  Are there any tools that would let me
>> do something like:
>>
>> c = Client(myapp)
>> r = c.get(/user/login)
>> r.checkfor('User Login')
>> r.checkfor('enter credentials')
>
> webtest is nearly that and is quite easy and fun to use.
>
> pypi page: http://pypi.python.org/pypi/WebTest
> docs: http://pythonpaste.org/webtest/

Isn't this the same as the test framework built into Pylons?


-- 
Mike Orr <[EMAIL PROTECTED]>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" 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/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to