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 couldn't think of a better name for the setting, suggestions
welcomed.
Luke
--
Noise proves nothing. Often a hen who has merely laid an egg cackles
as if she laid an asteroid.
-- Mark Twain
Luke Plant || http://lukeplant.me.uk/