# Testing ### Install test dependencies ```bash uv sync --extra test ``` ### Run tests ```bash # Run all tests uv run pytest -v ```