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 brandon-rhodes, gvanrossum, mwh, rwgk, tim.peters
Date 2011-03-16.17:45:49
SpamBayes Score 1.1017304e-06
Marked as misclassified No
Message-id <1300297551.85.0.246691635655.issue502085@psf.upfronthosting.co.za>
In-reply-to
Content
Benjamin, I would like some way to know when our tests achieve 100% coverage because otherwise I will keep coming back to this module to add more tests and have to re-discover code that is not CPython relevant.  But for now I have removed the pragmas.

The attached patch also changes assertIs() and assertIsNot(), and uses self.fail() instead of the exception inside of "support". Thanks for those pointers!
History
Date User Action Args
2011-03-16 17:48:13brett.cannonunlinkissue502085 messages
2011-03-16 17:45:52brandon-rhodessetrecipients: + brandon-rhodes, mwh, gvanrossum, tim.peters, rwgk
2011-03-16 17:45:51brandon-rhodessetmessageid: <1300297551.85.0.246691635655.issue502085@psf.upfronthosting.co.za>
2011-03-16 17:45:49brandon-rhodeslinkissue502085 messages
2011-03-16 17:45:49brandon-rhodescreate