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:06:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1416881182.95.0.816242293699.issue22937@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). This issue is for the unittest part of it. For the traceback dependency see http://bugs.python.org/issue22936 .
History
Date User Action Args
2014-11-25 02:06:22rbcollinssetrecipients: + rbcollins
2014-11-25 02:06:22rbcollinssetmessageid: <1416881182.95.0.816242293699.issue22937@psf.upfronthosting.co.za>
2014-11-25 02:06:22rbcollinslinkissue22937 messages
2014-11-25 02:06:22rbcollinscreate