Skip to content

Commit bd33736

Browse files
committed
Add note about unittest.TestCase not being supported
1 parent 4e2e6bd commit bd33736

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,12 @@ Only test coroutines will be affected (by default, coroutines prefixed by
173173
.. |pytestmark| replace:: ``pytestmark``
174174
.. _pytestmark: http://doc.pytest.org/en/latest/example/markers.html#marking-whole-classes-or-modules
175175

176+
Note about unittest
177+
-------------------
178+
179+
Test classes subclassing the standard `unittest <https://docs.python.org/3/library/unittest.html>`__ library are not supported, users
180+
are recommended to use one of the async frameworks available for that such as `asynctest <https://asynctest.readthedocs.io/en/latest>`__.
181+
176182
Changelog
177183
---------
178184
0.15.0 (UNRELEASED)

0 commit comments

Comments
 (0)