mitmproxy/test
Sleeyax 43ee31cbc5
chore: add a sample flow generator for mitmweb (#8342)
test/helper_tools/gen_sample_flows.py writes a flow file with one flow per type and state the mitmweb flow table can display, including the TCP, UDP, DNS and QUIC flows a regular HTTP proxy never sees.
This makes it possible to eyeball the whole table without having to capture the traffic first.
Passing --upload pushes the flows into a running mitmweb instead of writing a file.
2026-08-21 01:08:47 +02:00
..
bench fix some typos (#6728) 2024-03-11 08:19:36 +01:00
examples introduce new contentview API (#7623) 2025-04-21 14:56:58 +02:00
helper_tools
mitmproxy
wg-test-client
__init__.py move tests into shared folder 2016-02-15 16:34:22 +01:00
conftest.py
filename_matching.py
individual_coverage.py Update ruff requirement from <=0.8.6,>=0.5.0 to >=0.5.0,<=0.9.4 (#7528) 2025-02-01 23:21:33 +00:00
run-tests-offline.sh