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 brandon-rhodes
Recipients belopolsky, benjamin.peterson, brandon-rhodes, ncoghlan
Date 2011-03-16.17:51:39
SpamBayes Score 2.2966472e-07
Marked as misclassified No
Message-id <1300297900.6.0.450657541721.issue11572@psf.upfronthosting.co.za>
In-reply-to
Content
Benjamin, thanks for the pointers! The attached patch now uses assertIs() and assertIsNot(), and calls self.fail() instead of using the exception from "support".

In the future I would like some way to determine when test coverage is fully achieved, so that I do not come back to this module every few months and have to re-discover why it is not 100%. But for the moment I have indeed removed the pragmas, pending a better approach!
History
Date User Action Args
2011-03-16 17:51:40brandon-rhodessetrecipients: + brandon-rhodes, ncoghlan, belopolsky, benjamin.peterson
2011-03-16 17:51:40brandon-rhodessetmessageid: <1300297900.6.0.450657541721.issue11572@psf.upfronthosting.co.za>
2011-03-16 17:51:40brandon-rhodeslinkissue11572 messages
2011-03-16 17:51:40brandon-rhodescreate