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 ammar2, ethan.furman, gregory.p.smith, pablogsal, vstinner
Date 2021-04-22.15:30:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619105452.02.0.572201700211.issue38659@roundup.psfhosted.org>
In-reply-to
Content
def setUp(self):
        # Reset the module-level test variables to their original integer
        # values, otherwise the already created enum values get converted
        # instead.

Why not doing that in a tearDown() method instead? What if you run explicitly a single test method?
History
Date User Action Args
2021-04-22 15:30:52vstinnersetrecipients: + vstinner, gregory.p.smith, ethan.furman, ammar2, pablogsal
2021-04-22 15:30:52vstinnersetmessageid: <1619105452.02.0.572201700211.issue38659@roundup.psfhosted.org>
2021-04-22 15:30:52vstinnerlinkissue38659 messages
2021-04-22 15:30:51vstinnercreate