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 vstinner
Recipients vstinner, zach.ware
Date 2019-09-09.10:47:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568026038.1.0.985012560413.issue38063@roundup.psfhosted.org>
In-reply-to
Content
> See also #14408

In 2012, test_main() was used to skip a few test cases.

But since that time, the availability tests were moved from test_main() to the test case classes directly using unittest.skipIf or unittest.skipUnless decorators.

So now using unittest.main() became trivial.
History
Date User Action Args
2019-09-09 10:47:18vstinnersetrecipients: + vstinner, zach.ware
2019-09-09 10:47:18vstinnersetmessageid: <1568026038.1.0.985012560413.issue38063@roundup.psfhosted.org>
2019-09-09 10:47:18vstinnerlinkissue38063 messages
2019-09-09 10:47:18vstinnercreate