gammasim / simtools

Tools and applications for the Simulation System of the CTA Observatory.
https://gammasim.github.io/simtools
BSD 3-Clause "New" or "Revised" License
9 stars 1 forks source link

Added functionality to integration test: move those function to a separate module and add unit testing #970

Open GernotMaier opened 1 month ago

GernotMaier commented 1 month ago

The application test_applications_from_config.py is controlling the application tests and includes functionality to compare output from those tests to reference files (e.g., after a coordinate transformation).

Suggest to move these functionality into a separate module to lower complexity in test_applications_from_config.py and to allow to add unit tests to those functions.