Unit Tests
To run unit tests please use the following commands:
Once your pull request is ready, run the following command to make sure all checks are passing, before submitting your PR:
$ make checks
In order to get the full HTML coverage report please use:
make test-html