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 asvetlov
Recipients Petter S, THRlWiTi, asvetlov, dave-shawley, miss-islington, njs, pdxjohnny, r.david.murray, xtreak, yselivanov, zach.ware
Date 2019-09-10.19:39:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568144379.0.0.183860498033.issue32972@roundup.psfhosted.org>
In-reply-to
Content
Thanks!

The test case re-creates a loop per test for the sake of test isolation (scheduled activities from test_a() don't interleave with test_b()).

Unfortunately, on the class level level (setUpClass()/tearDownClass()) the loop doesn't exits. There are other reasons that prevent adding them properly, at least not in 3.8.

Maybe later we can provide more rich support.
History
Date User Action Args
2019-09-10 19:39:39asvetlovsetrecipients: + asvetlov, r.david.murray, njs, THRlWiTi, zach.ware, yselivanov, miss-islington, pdxjohnny, Petter S, xtreak, dave-shawley
2019-09-10 19:39:39asvetlovsetmessageid: <1568144379.0.0.183860498033.issue32972@roundup.psfhosted.org>
2019-09-10 19:39:38asvetlovlinkissue32972 messages
2019-09-10 19:39:38asvetlovcreate