We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6fe768 commit f56021dCopy full SHA for f56021d
README.rst
@@ -166,7 +166,8 @@ Note about unittest
166
-------------------
167
168
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>`__.
+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>`__.
171
172
Changelog
173
---------
0 commit comments