Skip to content

Scripts for autmated filling the main tex file with test results

Vadym Voitsekhovskyi requested to merge automated-test-reports into main

Currently it can parse .xml files results of unittests and coverage tests and create separate .tex files with sections, that then will be added to the main body during compilation.

If such approach is good, I will add also scripts for the integration tests and pylint.

Todo:

  • Decide which excatly unittest, i.e. for which python and ctapipe version.

  • Need to fix the latex formatting to proper display the tables and test results, i.e. without exceeding the page geometry

Edited by Vadym Voitsekhovskyi

Merge request reports