On Jul 27, 2006, at 9:09 AM, Ian Bicking wrote: > The error-catcher shouldn't be in place, or at least not activated. > When using paste.fixture it sets environ['paste.throw_errors'] = True, > which both error catchers should(?) respect and thus let exceptions > bubble all the way up to your test runner. This is done in > paste.evalexception.middleware:275 and > paste.exceptions.errormiddleware:128.
Ahhhh... yes, we use a custom evalexception for the skinned version. Looks like its catching it with evalexception when it shouldn't be. I'll add a ticket for this as I'd like it cleared up before 0.9 release and its pretty minor I believe. Thanks for the info on that. - Ben --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
