We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b463f72 commit f13c85fCopy full SHA for f13c85f
README.rst
@@ -251,7 +251,7 @@ Note about unittest
251
-------------------
252
253
Test classes subclassing the standard `unittest <https://docs.python.org/3/library/unittest.html>`__ library are not supported, users
254
-are recommended to use `unitest.IsolatedAsyncioTestCase <https://docs.python.org/3/library/unittest.html#unittest.IsolatedAsyncioTestCase>`__
+are recommended to use `unittest.IsolatedAsyncioTestCase <https://docs.python.org/3/library/unittest.html#unittest.IsolatedAsyncioTestCase>`__
255
or an async framework such as `asynctest <https://asynctest.readthedocs.io/en/latest>`__.
256
257
Contributing
0 commit comments