This service provides a scalable back end to columnar analysis of high energy physics data.
We use unittest
to verify the system. Run the tests as
python3 -m unittest
To verify that the unit tests are covering most of the code, run a coverage report with
coverage run -m unittest
coverage report