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 chelmite
Recipients chelmite, rhettinger
Date 2021-04-17.07:34:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1618644865.22.0.214090687086.issue43860@roundup.psfhosted.org>
In-reply-to
Content
Technically, you're right, however each domain his its own notion of what "adequate coverage" means. Some projects use software code coverage. I deal with integrated circuit observability/controllability, and stocastic functional testing.

Until something, outside of the scope of unittest, becomes available (or affordable) having a count of the number of test points for each test gives me a good idea of what testing has been done and what needs to be expanded. Practically, having a count of the number of tests is a first-order useful measure for many of the projects I deal with.
History
Date User Action Args
2021-04-17 07:34:25chelmitesetrecipients: + chelmite, rhettinger
2021-04-17 07:34:25chelmitesetmessageid: <1618644865.22.0.214090687086.issue43860@roundup.psfhosted.org>
2021-04-17 07:34:25chelmitelinkissue43860 messages
2021-04-17 07:34:24chelmitecreate