Skip to content

Commit bc16360

Browse files
committed
Fix anchor link from Good Practices to Pythonpath doc
1 parent 8c8809e commit bc16360

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

doc/en/goodpractices.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ This has the following benefits:
8888

8989
.. note::
9090

91-
See :ref:`pythonpath` for more information about the difference between calling ``pytest`` and
91+
See :ref:`pytest vs python -m pytest` for more information about the difference between calling ``pytest`` and
9292
``python -m pytest``.
9393

9494
Note that using this scheme your test files must have **unique names**, because

doc/en/pythonpath.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ imported in the global import namespace.
7272

7373
This is also discussed in details in :ref:`test discovery`.
7474

75+
.. _`pytest vs python -m pytest`:
76+
7577
Invoking ``pytest`` versus ``python -m pytest``
7678
-----------------------------------------------
7779

0 commit comments

Comments
 (0)