Comment 4 for bug 501169

Revision history for this message
Jonathan Lange (jml) wrote : Re: [Bug 501169] Re: testtools should pass the real exc_info to TestResult methods

On Tue, Dec 29, 2009 at 7:24 PM, Martin [gz] <email address hidden> wrote:
> I think there is (and should be) be a requirement that just after a test
> finishes, the test framework has access to the actual exception raised
> and the traceback object.

How's this done in stdlib unittest?

Also, fwiw, testtools does have a way of getting at the raw exc_info
-- the onException / addOnException hooks.

jml