rm unnecessary hidden test tags (#1415)

* removed hidden tags other than .detectorintegration and .disable_check_data_file

* updated label, minor
This commit is contained in:
2026-08-02 23:28:16 +02:00
committed by mazzol_a
parent ea8ec830a4
commit 2d7a48e584
16 changed files with 73 additions and 350 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ If you want to run them for a specific virtual detector or a specific test use t
.. code-block:: console
cd build
python bin/test_simulators.py --servers jungfrau --test "[.rx]"
python bin/test_simulators.py --servers jungfrau --test "[dacs]"
You can exclude specific tests by adding the option ``~[<disable_test_name>]``. Again, we assume that this marker is added to the tests that you want to exclude.