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 mgorny
Recipients ezio.melotti, mgorny, michael.foord, rbcollins, terry.reedy
Date 2021-03-14.12:35:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1615725327.55.0.383126369251.issue18232@roundup.psfhosted.org>
In-reply-to
Content
I'm not convinced we need something that complex here but I think it would make sense to make 'unittest discover' fail when it doesn't discover a single test.  As packagers, we've been bitten more than once by packages whose tests suddenly stopped being discovered, and it would be really helpful if we were able to catch this automatically without having to resort to hacks.
History
Date User Action Args
2021-03-14 12:35:27mgornysetrecipients: + mgorny, terry.reedy, rbcollins, ezio.melotti, michael.foord
2021-03-14 12:35:27mgornysetmessageid: <1615725327.55.0.383126369251.issue18232@roundup.psfhosted.org>
2021-03-14 12:35:27mgornylinkissue18232 messages
2021-03-14 12:35:27mgornycreate