Scripts for autmated filling the main tex file with test results
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
andctapipe
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