Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 292 Bytes

HACKING.rst

File metadata and controls

11 lines (8 loc) · 292 Bytes

HACKING

To develop on pytest-time, download uv, either from official sources or from the snap. You can then use uv sync to set up your venv.

Testing

You can run uv run pytest to test your changes.