This script searches to find Prometheus Rules that do not have any unit tests writen against them.
Create, active the python virtual environment and install the dependencies.
python -m venv venv
source venv/bin/activate
pip install -r requirements.txtAdd the correct values to the settings.toml.
The script needs to be run from the same location as the settings.toml file.
python script.pyDon't forget to deactivate the virtual environment.
deactive