From 93d2ccbfb7b99755e8f4a2a3947c466949ee3c46 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Tue, 7 Jul 2020 07:39:35 -0300 Subject: 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 --- CONTRIBUTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CONTRIBUTING.rst') 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 `_, as a "black-box" test. +Writing tests for plugins or for pytest itself is often done using the `testdir fixture `_, as a "black-box" test. For example, to ensure a simple test passes you can write: -- cgit v1.2.3