summaryrefslogtreecommitdiff
path: root/doc/develop/tests_writing.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/develop/tests_writing.rst')
-rw-r--r--doc/develop/tests_writing.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/develop/tests_writing.rst b/doc/develop/tests_writing.rst
index f6f852c297d..062194659b5 100644
--- a/doc/develop/tests_writing.rst
+++ b/doc/develop/tests_writing.rst
@@ -376,5 +376,5 @@ An example SPL test is spl_test_load().
Writing Python tests
--------------------
-See :doc:`py_testing` for brief notes how to write Python tests. You
+See :doc:`pytest/usage` for brief notes how to write Python tests. You
should be able to use the existing tests in test/py/tests as examples.