On May 15, 11:36 pm, Luke Plant <[EMAIL PROTECTED]> wrote: > I've been using twill integrated into Django unit tests (as described > here:http://www.djangosnippets.org/snippets/665/), but came across > the problem that exceptions are hidden by Django's exception > handling, so it's very difficult to tell what has gone wrong if you > have a bug. The patch attached adds a setting to allow exceptions to > be propagated by BaseHandler.get_response(). Would anyone object to > this?
I've been bitten by exactly this issue (using Twill, as it happens) so a big +1 from me. DEBUG_PROPAGATE_EXCEPTIONS might be a better name for the setting. Cheers, Simon --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers?hl=en -~----------~----~----~----~------~----~------~--~---