mitmproxy/AGENTS.md
Maximilian Hils 4b4a8e21c0
Add AGENTS.md (#7907)
add `AGENTS.md`
2025-10-09 20:20:57 +02:00

214 B

  • 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.