Skip to content

Commit f56021d

Browse files
nicoddemusTinche
authored andcommitted
Mention IsolatedAsyncioTestCase
1 parent f6fe768 commit f56021d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,8 @@ Note about unittest
166166
-------------------
167167

168168
Test classes subclassing the standard `unittest <https://docs.python.org/3/library/unittest.html>`__ library are not supported, users
169-
are recommended to use one of the async frameworks available for that such as `asynctest <https://asynctest.readthedocs.io/en/latest>`__.
169+
are recommended to use `unitest.IsolatedAsyncioTestCase <https://docs.python.org/3/library/unittest.html#unittest.IsolatedAsyncioTestCase>`__
170+
or an async framework such as `asynctest <https://asynctest.readthedocs.io/en/latest>`__.
170171

171172
Changelog
172173
---------

0 commit comments

Comments
 (0)