Testing
The test suite uses pytest and lives in the tests/ directory. The dev environment (pixi shell) includes pytest so no extra installation is needed.
With pixi (recommended)
pixi run test
This runs pytest tests from the repository root.
Raw command
Inside an active pixi shell:
pytest tests