This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rbcollins
Recipients rbcollins
Date 2014-11-25.02:05:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1416881127.83.0.815944275743.issue22936@psf.upfronthosting.co.za>
In-reply-to
Content
From https://github.com/testing-cabal/testtools/issues/111 - any code that is data dependent can be hard to diagnose from a backtrace alone. Many unittest and server environments address this by doing custom tracebacks that include locals.

To address this in unittest, we need to add a similar capacity to traceback, and then use it from unittest (as we can't just depend on a module from PyPI in the stdlib).
History
Date User Action Args
2014-11-25 02:05:27rbcollinssetrecipients: + rbcollins
2014-11-25 02:05:27rbcollinssetmessageid: <1416881127.83.0.815944275743.issue22936@psf.upfronthosting.co.za>
2014-11-25 02:05:27rbcollinslinkissue22936 messages
2014-11-25 02:05:26rbcollinscreate