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.
2 parents 16781f9 + c5432a1 commit 90d2adfCopy full SHA for 90d2adf
doc/en/how-to/unittest.rst
@@ -27,12 +27,15 @@ Almost all ``unittest`` features are supported:
27
* ``setUpClass/tearDownClass``;
28
* ``setUpModule/tearDownModule``;
29
30
+.. _`pytest-subtests`: https://github.com/pytest-dev/pytest-subtests
31
.. _`load_tests protocol`: https://docs.python.org/3/library/unittest.html#load-tests-protocol
32
33
+Additionally, :ref:`subtests <python:subtests>` are supported by the
34
+`pytest-subtests`_ plugin.
35
+
36
Up to this point pytest does not have support for the following features:
37
38
* `load_tests protocol`_;
-* :ref:`subtests <python:subtests>`;
39
40
Benefits out of the box
41
-----------------------
0 commit comments