The tests can be run with `python test.py` in this directory. But before running that, the script `test.py` must be modified according to your preferences.
## [Necessary] Specify a path to a verifier
Because a verifier is not a part of this repository, a path to a verifier must be specified according to your local installation. Setting the `default_verifier` variable should be enough.
## [Optional] Add a new verifier
To add a new verifier, a few things are needed.
* add a path to the verifier, as described above
* in the function `run_verifier`, add a command which runs the verifier
* in the function `get_verifier_result`, specify how to parse the verifier output