diff --git a/INSTALL.rst b/INSTALL.rst
index 9d5c8f526dbf7bd787c5fde6e737d19eb6a436de..5832f3bc326ce1e45048e8604093e38be6d3a6a9 100644
--- a/INSTALL.rst
+++ b/INSTALL.rst
@@ -48,25 +48,6 @@ Install the python dependencies::
 ``sbws`` needs :term:`destination` s to request files from.
 Please, see :ref:`deploy` to know how to configure, deploy and run ``sbws``.
 
-Installing tests dependencies and running them
-------------------------------------------------
-
-To run the tests, extra Python depenencies are needed:
-
-- Flake8_
-- tox_
-- pytest_
-- coverage_
-
-To install them from ``sbws`` ::
-
-    pip install .[dev] && pip install .[test]
-
-To run the tests::
-
-    tox
-
-
 Installing documentation dependendencies and building it
 ---------------------------------------------------------
 
diff --git a/TESTING.rst b/TESTING.rst
new file mode 100644
index 0000000000000000000000000000000000000000..a75aeaa0241ac4186133f34182870ee3f8993a5c
--- /dev/null
+++ b/TESTING.rst
@@ -0,0 +1,19 @@
+.. _testing:
+
+Installing tests dependencies and running tests
+==================================================
+
+To run the tests, extra Python depenencies are needed:
+
+- Flake8_
+- tox_
+- pytest_
+- coverage_
+
+To install them from ``sbws`` ::
+
+    pip install .[dev] && pip install .[test]
+
+To run the tests::
+
+    tox