Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 382 Bytes

DEVELOPMENT.md

File metadata and controls

12 lines (7 loc) · 382 Bytes

Guide for developers

This project uses the uv tool to manage dependencies and virtual environments. See here for more details.

You can install all dependencies using uv sync --all-extras --dev.

Testing

  • Add tests in the tests/ directory.
  • Run tests with uv run pytest -vs.
  • Add as many fixtures as you want in tests/conftest.py.