On Wed, 2011-02-09 at 23:27 -0800, Seth wrote: > Thanks for the suggestions. I actually can accomplish what I'd like to > do using the pyramid.testing DummyRequest object without having to > dive all the way into WebTest. As long as I'm not hearing any warnings > against that here I think I'll move forward with that.
No real reason to use DummyRequest there (it's a bit strange in general). I'd probably just use pyramid.request.Request. - C -- 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 pylons-devel+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/pylons-devel?hl=en.