comparison 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
comparison
equal deleted inserted replaced
4076:b620a8e882e1 4077:d6837db456fd
10 10
11 overview 11 overview
12 ======== 12 ========
13 13
14 Tests are run using `pytest`_ and are located in the ``tests`` directory. 14 Tests are run using `pytest`_ and are located in the ``tests`` directory.
15 You'll also find legacy tests in ``sat/test`` but those one are old, not maintained and 15 You'll also find legacy tests in ``libervia/backend/test`` but those one are old, not maintained and
16 only kept there temporarily until they are ported to the new system. 16 only kept there temporarily until they are ported to the new system.
17 17
18 For now, emphasis is put on end-2-end tests, as they are covering the whole ecosystem, and 18 For now, emphasis is put on end-2-end tests, as they are covering the whole ecosystem, and
19 are quite easy to write. The downside is that they are quite long to run. 19 are quite easy to write. The downside is that they are quite long to run.
20 20