mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-01 18:27:18 +00:00
To run the test, I had to copy `conftest.py` to examples.
cp test/conftest.py examples
pytest examples/contrib/test_har_dump.py
This fixes the `fixture 'tdata' not found` error.
|
||
|---|---|---|
| .. | ||
| webscanner_helper | ||
| block_dns_over_https.py | ||
| change_upstream_proxy.py | ||
| check_ssl_pinning.py | ||
| dns_spoofing.py | ||
| full_transparency_shim.c | ||
| har_dump.py | ||
| jsondump.py | ||
| link_expander.py | ||
| mitmproxywrapper.py | ||
| modify_body_inject_iframe.py | ||
| README.md | ||
| remote-debug.py | ||
| sslstrip.py | ||
| suppress_error_responses.py | ||
| test_har_dump.py | ||
| test_jsondump.py | ||
| test_xss_scanner.py | ||
| tls_passthrough.py | ||
| xss_scanner.py | ||
Community-Contributed Examples
Examples in this directory are contributed by the mitmproxy community. We do not maintain them, but we welcome PRs that add/fix/modernize/clean up examples.