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 bar.harel
Recipients bar.harel
Date 2016-06-01.14:16:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464790616.9.0.804772200909.issue27176@psf.upfronthosting.co.za>
In-reply-to
Content
I thought of implementing an assertNotRaises to solve the issue of using try...except...fail in order to prevent showing the tests as an error and instead show them as a failure.
Is there anything I should consider while implementing it?
History
Date User Action Args
2016-06-01 14:16:56bar.harelsetrecipients: + bar.harel
2016-06-01 14:16:56bar.harelsetmessageid: <1464790616.9.0.804772200909.issue27176@psf.upfronthosting.co.za>
2016-06-01 14:16:56bar.harellinkissue27176 messages
2016-06-01 14:16:56bar.harelcreate