2017-02-14 23:27:14 +00:00
|
|
|
[tool:full_coverage]
|
|
|
|
exclude =
|
|
|
|
mitmproxy/tools/
|
2018-05-24 05:10:50 +00:00
|
|
|
release/hooks
|
|
|
|
|
2017-02-15 17:52:32 +00:00
|
|
|
[tool:individual_coverage]
|
|
|
|
exclude =
|
2020-12-15 22:50:16 +00:00
|
|
|
mitmproxy/addons/onboarding.py
|
2020-12-12 13:33:37 +00:00
|
|
|
mitmproxy/connections.py
|
2017-02-15 17:52:32 +00:00
|
|
|
mitmproxy/contentviews/base.py
|
Grpc contentview (#4851)
* Partial gRPC contentview prototype, not linted, no tests, not as add-on
* Linted (flake8)
* Save dev state
* Rewrote of protobuf parser, use decoding strategy, reduced rendered data. Parser uses generators
* minor cleanup
* fix: preferred encoding was provided as function instead of value
* flake8: line length
* Backlinked message tree objects, temporary debug out
* Partial implementation of gRPC definitions. Save state to fix a cras (data invalidate in edit mode)
* hack: deal with missing exception handling for generator based content views
* gRPC/Protoparser descriptions (with test code)
* replaced manual gzip decoding with mitmproxy.net.encoding.decode
* Refactored typing imports
* Reafctoring
* distinguish request vs response definitions, separate view config from parser config
* Code cleaning, moved customized protobuf definitions to example addon
* final cleanup
* changelog
* Stubs for tests
* Fixed render_riority of addon example
* Started adding tests
* Work on tests
* mypy
* Added pseudo encoder to tests, to cover special decodings
* Example addon test added
* finalized tests, no 100 percent coverage possible, see comments un uncovered code
* minor adjustments
* fixup tests
* Typos
Co-authored-by: Maximilian Hils <git@maximilianhils.com>
2021-10-12 11:32:56 +00:00
|
|
|
mitmproxy/contentviews/grpc.py
|
2017-02-15 17:52:32 +00:00
|
|
|
mitmproxy/ctx.py
|
|
|
|
mitmproxy/exceptions.py
|
|
|
|
mitmproxy/flow.py
|
2017-03-20 00:13:40 +00:00
|
|
|
mitmproxy/io/io.py
|
|
|
|
mitmproxy/io/tnetstring.py
|
2017-02-15 17:52:32 +00:00
|
|
|
mitmproxy/log.py
|
|
|
|
mitmproxy/master.py
|
|
|
|
mitmproxy/net/check.py
|
|
|
|
mitmproxy/net/http/cookies.py
|
|
|
|
mitmproxy/net/http/message.py
|
|
|
|
mitmproxy/net/http/multipart.py
|
2017-09-04 01:29:54 +00:00
|
|
|
mitmproxy/net/tls.py
|
2022-09-18 15:15:15 +00:00
|
|
|
mitmproxy/net/udp_wireguard.py
|
2017-02-15 17:52:32 +00:00
|
|
|
mitmproxy/options.py
|
|
|
|
mitmproxy/proxy/config.py
|
|
|
|
mitmproxy/proxy/server.py
|
2020-12-14 19:00:35 +00:00
|
|
|
mitmproxy/proxy/layers/tls.py
|
2017-02-15 17:52:32 +00:00
|
|
|
mitmproxy/utils/bits.py
|
2022-03-19 15:35:40 +00:00
|
|
|
mitmproxy/utils/vt_codes.py
|
2022-06-28 11:56:31 +00:00
|
|
|
mitmproxy/utils/pyinstaller
|