Skip to content

Commit 8ee557f

Browse files
authored
Fix pythonpath anchor (#5817)
Fix pythonpath anchor
2 parents 8c8809e + ca3884d commit 8ee557f

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ Feng Ma
9898
Florian Bruhin
9999
Floris Bruynooghe
100100
Gabriel Reis
101+
Gene Wood
101102
George Kussumoto
102103
Georgy Dyuldin
103104
Graham Horler

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)