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 michael.foord
Recipients michael.foord
Date 2010-12-04.00:14:23
SpamBayes Score 2.7855426e-06
Marked as misclassified No
Message-id <1291421664.92.0.199127782586.issue10619@psf.upfronthosting.co.za>
In-reply-to
Content
If a test module fails to load during unittest test discovery (SyntaxError or other exception) then the error is reported during the test run.

Due to the way the exception is re-raised the traceback is lost.

Originally reported as unittest2 issue 29: https://code.google.com/p/unittest-ext/issues/detail?id=29
History
Date User Action Args
2010-12-04 00:14:24michael.foordsetrecipients: + michael.foord
2010-12-04 00:14:24michael.foordsetmessageid: <1291421664.92.0.199127782586.issue10619@psf.upfronthosting.co.za>
2010-12-04 00:14:23michael.foordlinkissue10619 messages
2010-12-04 00:14:23michael.foordcreate