Skip to content

Commit 90d2adf

Browse files
authored
Merge pull request #9951 from rcomer/document-subtest
2 parents 16781f9 + c5432a1 commit 90d2adf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doc/en/how-to/unittest.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,15 @@ Almost all ``unittest`` features are supported:
2727
* ``setUpClass/tearDownClass``;
2828
* ``setUpModule/tearDownModule``;
2929

30+
.. _`pytest-subtests`: https://github.com/pytest-dev/pytest-subtests
3031
.. _`load_tests protocol`: https://docs.python.org/3/library/unittest.html#load-tests-protocol
3132

33+
Additionally, :ref:`subtests <python:subtests>` are supported by the
34+
`pytest-subtests`_ plugin.
35+
3236
Up to this point pytest does not have support for the following features:
3337

3438
* `load_tests protocol`_;
35-
* :ref:`subtests <python:subtests>`;
3639

3740
Benefits out of the box
3841
-----------------------

0 commit comments

Comments
 (0)