Re: twill testing

2008-05-16 Thread Simon Willison
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

twill testing

2008-05-15 Thread Luke Plant
Hi all, 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 p