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 r.david.murray
Recipients WitcherGeralt, mark.dickinson, r.david.murray
Date 2013-08-03.14:15:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1375539341.68.0.629037081423.issue18642@psf.upfronthosting.co.za>
In-reply-to
Content
I think it would be confusing for assert to raise anything other than an AssertionError, so I also think this should be rejected.

It might be interesting for there to be a way to call unittest's assert methods in a debug context (that is, without having to have a test case around), but that is a very non-trivial (and probably impractical) thought :)
History
Date User Action Args
2013-08-03 14:15:41r.david.murraysetrecipients: + r.david.murray, mark.dickinson, WitcherGeralt
2013-08-03 14:15:41r.david.murraysetmessageid: <1375539341.68.0.629037081423.issue18642@psf.upfronthosting.co.za>
2013-08-03 14:15:41r.david.murraylinkissue18642 messages
2013-08-03 14:15:41r.david.murraycreate