# Testing We use `pytest` as our primary testing framework, along with `pytest-cov` for measuring code coverage. Our tests are organized in the `tests/` directory, mirroring the structure of the main application code. ```bash pytest tests/ --cov=ai4drpm --cov-report=html --cov-report=term ```