Skip to content

Commit f6fe768

Browse files
nicoddemusTinche
authored andcommitted
Add note about unittest.TestCase not being supported
1 parent 5079642 commit f6fe768

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
@@ -162,6 +162,12 @@ Only test coroutines will be affected (by default, coroutines prefixed by
162162
.. |pytestmark| replace:: ``pytestmark``
163163
.. _pytestmark: http://doc.pytest.org/en/latest/example/markers.html#marking-whole-classes-or-modules
164164

165+
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>`__.
170+
165171
Changelog
166172
---------
167173
0.17.0 (UNRELEASED)

0 commit comments

Comments
 (0)