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 yselivanov
Recipients Petter S, yselivanov
Date 2018-03-06.17:58:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
I think the right approach would be to add an new base TestCase class: AsyncioTestCase.

And you should use the `asyncio.run` function to run the coroutine.
History
Date User Action Args
2018-03-06 17:58:25yselivanovsetrecipients: + yselivanov, Petter S
2018-03-06 17:58:25yselivanovsetmessageid: <[email protected]>
2018-03-06 17:58:25yselivanovlinkissue32992 messages
2018-03-06 17:58:25yselivanovcreate