diff --git a/doc/contrib/test.rst b/doc/contrib/test.rst
index 11107a266f647995394d275ba1ca1d2e6263f7d6..bddc4191bdf120e1e8c9c18f0f3ca717abcc5e76 100644
--- a/doc/contrib/test.rst
+++ b/doc/contrib/test.rst
@@ -3,5 +3,5 @@
 Tests
 ============
 
-.. todo::
-    This page is under construction.
+C++ tests are located in ``/tests`` and Python (binding) tests in ``/python/test``.
+See the documentation on :ref:`building <building>` for the C++ tests and ``/python/test/readme.md`` for the latter.