diff --git a/README.rst b/README.rst index 917dd52f..0c8b1124 100644 --- a/README.rst +++ b/README.rst @@ -173,6 +173,13 @@ Only test coroutines will be affected (by default, coroutines prefixed by .. |pytestmark| replace:: ``pytestmark`` .. _pytestmark: http://doc.pytest.org/en/latest/example/markers.html#marking-whole-classes-or-modules +Note about unittest +------------------- + +Test classes subclassing the standard `unittest `__ library are not supported, users +are recommended to use `unitest.IsolatedAsyncioTestCase `__ +or an async framework such as `asynctest `__. + Changelog --------- 0.15.0 (UNRELEASED)