diff options
author | Andrew Svetlov <andrew.svetlov@gmail.com> | 2022-03-23 21:17:07 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-23 21:17:07 (GMT) |
commit | ff619c7dfe8dcb0e4c8dc655abc3acc7dc586d0d (patch) | |
tree | 0b82fc4172a6ed06b8abe1033f7bf937d3876345 /Misc | |
parent | 48e2010d92076b472922fa632fffc98ee150004f (diff) | |
download | cpython-ff619c7dfe8dcb0e4c8dc655abc3acc7dc586d0d.zip cpython-ff619c7dfe8dcb0e4c8dc655abc3acc7dc586d0d.tar.gz cpython-ff619c7dfe8dcb0e4c8dc655abc3acc7dc586d0d.tar.bz2 |
bpo-47104: Rewrite asyncio.to_thread tests to use IsolatedAsyncioTestCase (GH-32086)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Tests/2022-03-23-22-45-51.bpo-47104._esUq8.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2022-03-23-22-45-51.bpo-47104._esUq8.rst b/Misc/NEWS.d/next/Tests/2022-03-23-22-45-51.bpo-47104._esUq8.rst new file mode 100644 index 0000000..1369bc2 --- /dev/null +++ b/Misc/NEWS.d/next/Tests/2022-03-23-22-45-51.bpo-47104._esUq8.rst @@ -0,0 +1,2 @@ +Rewrite :func:`asyncio.to_thread` tests to use +:class:`unittest.IsolatedAsyncioTestCase`. |