On 29 June 2010 04:44, Chris Withers <ch...@simplistix.co.uk> wrote:
>
> But now what's the "right" way to actually get the to render the html,
> preferably also testing the path dispatch to '/' at the same time?
>

I'm not sure if it's the "right" way, but I use WebTest, a generic WSGI
testing framework:  http://pythonpaste.org/webtest/

The method described at
http://docs.repoze.org/bfg/current/narr/unittesting.html#creating-integration-testsdidn't
work for me (ie: I'm still getting a dict, instead of a response
object). I believe it doesn't work with decorators scanning, only with what
is configured in the zcml file.

Good luck,
Alex
_______________________________________________
Repoze-dev mailing list
Repoze-dev@lists.repoze.org
http://lists.repoze.org/listinfo/repoze-dev

Reply via email to