On Fri, Oct 10, 2008 at 7:08 AM, avillena <[EMAIL PROTECTED]> wrote: > > Hi! > Does anybody knows how to use paste.fixture facilities to tests and > XMLRPCController, in a similar way to testing regular controllers? > Thanks > Agustin
I'm not sure if this applies to paste.fixture, but I have done this with webtest which is the replacement module for paste.fixture (http://pythonpaste.org/webtest/) And it is exactly the same as a normal test. except that you will fetch the response with "response.json" and then do your thing. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-devel" group. To post to this group, send email to pylons-devel@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pylons-devel?hl=en -~----------~----~----~----~------~----~------~--~---