Reduce execution time for unit tests
The longest tests should be investigated to reduce the exection time to 7-8 min.
-
Define long tests with pytetst -s test/unit/module_name --durations=0 -
Extract tests with 'regression logic' and replace by unit tests -
Add unified test data access point (Test Data Management) (module or class)