Commit 8c5c1bb
committed
doc: fix pytest_load_initial_conftests example referring to conftest.py
The 'Dynamically adding command line options' example defines
pytest_load_initial_conftests under a '# installable external plugin' comment
but the following prose called it 'the above conftest.py'. This contradicts the
hook reference, which states the hook is not called for conftest files. Refer to
it as a plugin instead.
Closes #44821 parent 83b0220 commit 8c5c1bb
2 files changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
232 | | - | |
| 232 | + | |
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
| |||
0 commit comments