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 erlendaasland
Recipients erlendaasland, serhiy.storchaka
Date 2021-09-12.23:12:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1631488343.34.0.878407782528.issue45177@roundup.psfhosted.org>
In-reply-to
Content
Use unittest.defaultTestLoader instead of unittest.TestLoader() when possible, to avoid creating unnecessary many instances.
History
Date User Action Args
2021-09-12 23:12:23erlendaaslandsetrecipients: + erlendaasland, serhiy.storchaka
2021-09-12 23:12:23erlendaaslandsetmessageid: <1631488343.34.0.878407782528.issue45177@roundup.psfhosted.org>
2021-09-12 23:12:23erlendaaslandlinkissue45177 messages
2021-09-12 23:12:23erlendaaslandcreate