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 zach.ware
Recipients dizcza, zach.ware
Date 2019-10-11.21:53:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1570830816.62.0.685824711935.issue38452@roundup.psfhosted.org>
In-reply-to
Content
`setUpClass` and `tearDownClass` are classmethods and must be decorated as such (`@classmethod`).
History
Date User Action Args
2019-10-11 21:53:36zach.waresetrecipients: + zach.ware, dizcza
2019-10-11 21:53:36zach.waresetmessageid: <1570830816.62.0.685824711935.issue38452@roundup.psfhosted.org>
2019-10-11 21:53:36zach.warelinkissue38452 messages
2019-10-11 21:53:36zach.warecreate