File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -98,6 +98,7 @@ Feng Ma
98
98
Florian Bruhin
99
99
Floris Bruynooghe
100
100
Gabriel Reis
101
+ Gene Wood
101
102
George Kussumoto
102
103
Georgy Dyuldin
103
104
Graham Horler
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ This has the following benefits:
88
88
89
89
.. note ::
90
90
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
92
92
``python -m pytest ``.
93
93
94
94
Note that using this scheme your test files must have **unique names **, because
Original file line number Diff line number Diff line change @@ -72,6 +72,8 @@ imported in the global import namespace.
72
72
73
73
This is also discussed in details in :ref: `test discovery `.
74
74
75
+ .. _`pytest vs python -m pytest` :
76
+
75
77
Invoking ``pytest `` versus ``python -m pytest ``
76
78
-----------------------------------------------
77
79
You can’t perform that action at this time.
0 commit comments