-
Install
git: https://git-scm.com/downloads -
Install
uv: https://docs.astral.sh/uv/getting-started/installation/ -
Install
python:uv python install
-
Clone the repository
-
Install pre-commit hooks
471c$ uv run pre-commit install -
Install dependencies:
471c$ uv sync
-
Run tests
471c$ uv run pytestTest report is in
report.html. Coverage report is inhtmlcov/index.html.