Testing and Quality¶
Install development dependencies:
Run tests and checks:
pytest
pytest tests/unit -m unit
pytest tests/smoke -m smoke
ruff check policyflux/
mypy policyflux/
Validate docs:
Install development dependencies:
Run tests and checks:
pytest
pytest tests/unit -m unit
pytest tests/smoke -m smoke
ruff check policyflux/
mypy policyflux/
Validate docs: