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 serhiy.storchaka
Recipients asvetlov, ezio.melotti, michael.foord, rbcollins, serhiy.storchaka, yselivanov
Date 2021-09-18.13:54:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1631973277.87.0.115937136988.issue45238@roundup.psfhosted.org>
In-reply-to
Content
Currently debug() does not work in IsolatedAsyncioTestCase subclasses. It runs synchronous code (setUp(), tearDown(), synchronous tests and cleanup functions), but does not run any asynchronous code (asyncSetUp(), asyncTearDown(), asynchronous tests and cleanup functions) and produces warnings "RuntimeWarning: coroutine 'xxx' was never awaited".
History
Date User Action Args
2021-09-18 13:54:37serhiy.storchakasetrecipients: + serhiy.storchaka, rbcollins, ezio.melotti, michael.foord, asvetlov, yselivanov
2021-09-18 13:54:37serhiy.storchakasetmessageid: <1631973277.87.0.115937136988.issue45238@roundup.psfhosted.org>
2021-09-18 13:54:37serhiy.storchakalinkissue45238 messages
2021-09-18 13:54:37serhiy.storchakacreate