Re: zope.testbrowser's handleErrors and pyramid

2011-05-25 Thread Brian Sutherland
On Tue, May 24, 2011 at 08:41:38PM +0200, Wichert Akkerman wrote: > On 2011-5-24 18:48, Brian Sutherland wrote: > >Hi, > > > >I'm using zope.testbrowser to test a pyramid application I'm working on. > >I'd really like to get the Browser.handleErrors knob working. > > > >zope.testbrowser puts two va

Re: zope.testbrowser's handleErrors and pyramid

2011-05-24 Thread Wichert Akkerman
On 2011-5-24 18:48, Brian Sutherland wrote: Hi, I'm using zope.testbrowser to test a pyramid application I'm working on. I'd really like to get the Browser.handleErrors knob working. zope.testbrowser puts two variables into the WSGI envronment to try get the application it's testing to throw ra

Re: zope.testbrowser's handleErrors and pyramid

2011-05-24 Thread Brian Sutherland
On Tue, May 24, 2011 at 06:55:34PM +0200, Gael Pasgrimaud wrote: > Hi, > > On Tue, May 24, 2011 at 6:48 PM, Brian Sutherland > wrote: > > > > But I'm guessing not. Any advice before I start working up a patch? > > > > Use WebTest ? Just a thought. Maybe you really want to use zope.testbrowser.

Re: zope.testbrowser's handleErrors and pyramid

2011-05-24 Thread Gael Pasgrimaud
Hi, On Tue, May 24, 2011 at 6:48 PM, Brian Sutherland wrote: > > But I'm guessing not. Any advice before I start working up a patch? > Use WebTest ? Just a thought. Maybe you really want to use zope.testbrowser. -- Gael > -- > Brian Sutherland > > -- > You received this message because you are

zope.testbrowser's handleErrors and pyramid

2011-05-24 Thread Brian Sutherland
Hi, I'm using zope.testbrowser to test a pyramid application I'm working on. I'd really like to get the Browser.handleErrors knob working. zope.testbrowser puts two variables into the WSGI envronment to try get the application it's testing to throw rather than catch errors: if not handle