summaryrefslogtreecommitdiff
path: root/doc/rtd/topics/integration_tests.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/rtd/topics/integration_tests.rst')
-rw-r--r--doc/rtd/topics/integration_tests.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/rtd/topics/integration_tests.rst b/doc/rtd/topics/integration_tests.rst
index 3cfca31e..6c124ad9 100644
--- a/doc/rtd/topics/integration_tests.rst
+++ b/doc/rtd/topics/integration_tests.rst
@@ -9,7 +9,7 @@ Overview
Integration tests are written using pytest and are located at
``tests/integration_tests``. General design principles
-laid out in :ref:`unit_testing` should be followed for integration tests.
+laid out in :ref:`testing` should be followed for integration tests.
Setup is accomplished via a set of fixtures located in
``tests/integration_tests/conftest.py``.