testtools-dev team mailing list archive
-
testtools-dev team
-
Mailing list archive
-
Message #00264
[Bug 662648] Re: Better support for debugging unhandled errors in Deferreds
** Changed in: testtools
Status: Triaged => Fix Committed
** Changed in: testtools
Assignee: (unassigned) => Jonathan Lange (jml)
** Changed in: testtools
Milestone: None => next
--
Better support for debugging unhandled errors in Deferreds
https://bugs.launchpad.net/bugs/662648
You received this bug notification because you are a member of testtools
developers, which is subscribed to testtools.
Status in testtools: Fix Committed
Bug description:
AsynchronousDeferredRunTest has support for trapping unhandled errors in Deferreds and then reporting them as extra tracebacks.
It would be very useful if it also reported the creator and invoker tracebacks for those deferreds when they are available. When they are not available it would be useful to tell the user that they can get creator and invoker tracebacks by enabling deferred debugging.
References