Skip to content
Merged
1 change: 1 addition & 0 deletions changelog/4492.doc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The API Reference now contains cross-reference-able documentation of :ref:`pytest's command-line flags <command-line-flags>`.
2 changes: 1 addition & 1 deletion doc/en/how-to/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
How to invoke pytest
==========================================

.. seealso:: :ref:`Complete pytest command-line flag reference <command-line-flags>`
.. seealso:: :ref:`Complete pytest command-line flags reference <command-line-flags>`

In general, pytest is invoked with the command ``pytest`` (see below for :ref:`other ways to invoke pytest
<invoke-other>`). This will execute all tests in all files whose names follow the form ``test_*.py`` or ``\*_test.py``
Expand Down
Loading