summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.rst
diff options
context:
space:
mode:
authorBruno Oliveira <nicoddemus@gmail.com>2020-07-07 07:39:35 -0300
committerBruno Oliveira <nicoddemus@gmail.com>2020-07-07 07:45:27 -0300
commit93d2ccbfb7b99755e8f4a2a3947c466949ee3c46 (patch)
tree03c3bee6f470e81659a8c2da1072ab0ee7c408ed /CONTRIBUTING.rst
parentb6a31b9c4d43333b5e8ca8f0a0935544e29a21a5 (diff)
downloadpytest-93d2ccbfb7b99755e8f4a2a3947c466949ee3c46.tar.gz
Point to stable docs instead of latest
Now that our master might contain new features, it is best to point users to the stable docs rather than the latest
Diffstat (limited to 'CONTRIBUTING.rst')
-rw-r--r--CONTRIBUTING.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index 9ff854ffa..0523c0ece 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -294,7 +294,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 `testdir fixture <https://docs.pytest.org/en/latest/reference.html#testdir>`_, as a "black-box" test.
+Writing tests for plugins or for pytest itself is often done using the `testdir fixture <https://docs.pytest.org/en/stable/reference.html#testdir>`_, as a "black-box" test.
For example, to ensure a simple test passes you can write: