Adjust doc links for new scheme

Closes #8831
This commit is contained in:
Florian Bruhin
2021-07-06 09:09:04 +02:00
parent 501637547e
commit 953fdabaf0
33 changed files with 83 additions and 83 deletions
+1 -1
View File
@@ -324,7 +324,7 @@ Here is a simple overview, with pytest-specific bits:
Writing Tests
~~~~~~~~~~~~~
Writing tests for plugins or for pytest itself is often done using the `pytester fixture <https://docs.pytest.org/en/stable/reference.html#pytester>`_, as a "black-box" test.
Writing tests for plugins or for pytest itself is often done using the `pytester fixture <https://docs.pytest.org/en/stable/reference/reference.html#pytester>`_, as a "black-box" test.
For example, to ensure a simple test passes you can write: