New submission from Serhiy Storchaka <storchaka+cpyt...@gmail.com>:

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".

----------
components: Library (Lib), asyncio
messages: 402132
nosy: asvetlov, ezio.melotti, michael.foord, rbcollins, serhiy.storchaka, 
yselivanov
priority: normal
severity: normal
status: open
title: Fix debug() in IsolatedAsyncioTestCase
type: behavior
versions: Python 3.10, Python 3.11, Python 3.9

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue45238>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to