diff doc/contributing/testing.rst @ 4077:d6837db456fd

refactoring: fix names in doc following modules hierarchy refactoring
author Goffi <goffi@goffi.org>
date Fri, 02 Jun 2023 17:38:37 +0200
parents e65395e5f649
children 07439bc0ed3c
line wrap: on
line diff
--- a/doc/contributing/testing.rst	Fri Jun 02 16:25:25 2023 +0200
+++ b/doc/contributing/testing.rst	Fri Jun 02 17:38:37 2023 +0200
@@ -12,7 +12,7 @@
 ========
 
 Tests are run using `pytest`_ and are located in the ``tests`` directory.
-You'll also find legacy tests in ``sat/test`` but those one are old, not maintained and
+You'll also find legacy tests in ``libervia/backend/test`` but those one are old, not maintained and
 only kept there temporarily until they are ported to the new system.
 
 For now, emphasis is put on end-2-end tests, as they are covering the whole ecosystem, and