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 xdegaye
Recipients blueyed, remi.lapeyre, xdegaye
Date 2019-05-27.08:57:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558947439.75.0.480996813096.issue37011@roundup.psfhosted.org>
In-reply-to
Content
The main goal of test coverage is to verify that the tests cover the code that is being tested, it is not to get '100 %' printed. Measuring the coverage of the tests themselves is entirely another matter and not very useful. Since it is not possible to measure the coverage of code executed by a trace function, attempting to increase the measure of the coverage of the tests themselves that test pdb, just for the sake of it, does not justify the added complexity and possible source of confusion.

-1 for this change.
History
Date User Action Args
2019-05-27 08:57:19xdegayesetrecipients: + xdegaye, blueyed, remi.lapeyre
2019-05-27 08:57:19xdegayesetmessageid: <1558947439.75.0.480996813096.issue37011@roundup.psfhosted.org>
2019-05-27 08:57:19xdegayelinkissue37011 messages
2019-05-27 08:57:19xdegayecreate