Skip to content

Fix: slow database tests

Pierre-Yves Martin requested to merge FIX_slow_db_test into main

Fix the incredible slowesness of the tests using the database.

For this we use a common database created for the whole session for all test that do not alter the db itself.

Merge request reports