mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-01 18:27:18 +00:00
214 B
214 B
- This project uses uv. Always use
uv run pytestand 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.