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, asvetlov, pdxjohnny, r.david.murray, yselivanov, zach.ware
Date 2018-03-07.22:26:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1520461563.65.0.467229070634.issue32972@psf.upfronthosting.co.za>
In-reply-to
Content
I'm with Yuri: subclassing is under better control.
The need for a new subclass is relative rare, for the whole asyncio world AsyncioTestCase should be enough.
Another async framework most likely require a different test tool with another game rules.
History
Date User Action Args
2018-03-07 22:26:03asvetlovsetrecipients: + asvetlov, r.david.murray, zach.ware, yselivanov, pdxjohnny, Petter S
2018-03-07 22:26:03asvetlovsetmessageid: <1520461563.65.0.467229070634.issue32972@psf.upfronthosting.co.za>
2018-03-07 22:26:03asvetlovlinkissue32972 messages
2018-03-07 22:26:03asvetlovcreate