Skip to content

Enhances python test management through CMake

guillaume Peillex requested to merge update_python_test_management into main

The python test module were not copied in the test directory when running the test. Thus if we modified the test module in the source tree, no modifications was made on the module test being run.

This MR uses CMake test fixtures to fix the problem. Same approach is used in readers!44 (merged).

Merge request reports