Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 214 Bytes

File metadata and controls

3 lines (3 loc) · 214 Bytes
  • This project uses uv. Always use uv run pytest and don't run pytest directly.
  • To run all tests: uv run tox.
  • When adding new source files, additionally run: uv run tox -e individual_coverage -- FILENAME.