[issue5679] cleanUp stack for unittest

2009-04-05 Thread Jonathan Lange
Jonathan Lange added the comment: FWIW, I kind of like the tests here: http://bazaar.launchpad.net/~jml/testtools/trunk/annotate/head%3A/testtools/tests/test_testtools.py#L221 -- ___ Python tracker <http://bugs.python.org/issue5

[issue5679] cleanUp stack for unittest

2009-04-05 Thread Jonathan Lange
Jonathan Lange added the comment: On Mon, Apr 6, 2009 at 2:16 PM, Kumar McMillan wrote: > > Kumar McMillan added the comment: > > I like this patch.  However, a nice-to-have would be that _doCleanups() > prints a traceback from function(*args, **kwargs) (if there is one) the

[issue5679] cleanUp stack for unittest

2009-04-05 Thread Jonathan Lange
Jonathan Lange added the comment: On Mon, Apr 6, 2009 at 10:06 AM, Robert Collins wrote: > On Sun, 2009-04-05 at 23:57 +, Michael Foord wrote: >> Michael Foord added the comment: >> >> My apologies - the jml code on launchpad runs clean ups before

[issue3071] The ValueError raised by failing to unpack sequence should have more information.

2008-06-09 Thread Jonathan Lange
New submission from Jonathan Lange <[EMAIL PROTECTED]>: Here's the current message: Python 2.5.2 (r252:60911, Apr 21 2008, 11:12:42) [GCC 4.2.3 (Ubuntu 4.2.3-2ubuntu7)] on linux2 Type "help", "copyright", "credits" or "license" for more inf