[issue32972] unittest.TestCase coroutine support

Andrew Svetlov report at bugs.python.org
Wed Mar 7 17:26:03 EST 2018


Andrew Svetlov <andrew.svetlov at gmail.com> added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32972>
_______________________________________


More information about the Python-bugs-list mailing list