From 134fa49233e7acf66655190dd57c578f14a7c2a3 Mon Sep 17 00:00:00 2001
From: Sebastian Schmitt <sebastian.schmitt@kip.uni-heidelberg.de>
Date: Tue, 1 Jun 2021 14:08:11 +0200
Subject: [PATCH] A little bit of doc for tests (#1568)

---
 doc/contrib/test.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/contrib/test.rst b/doc/contrib/test.rst
index 11107a26..bddc4191 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.
-- 
GitLab