mitmproxy/test/mitmproxy
Maximilian Hils f4dc2f2cfd
Replace blinker with custom implementation (#5528)
* replace blinker with custom implementation

The major benefit here is type checking, followed by proper support for async receivers.

* fix compatibility with Python 3.9

* fix nits

* try harder to force gc

* try harderer

* coverage++

* coverage++

* nits
2022-08-16 12:21:55 +00:00
..
addons
completion
contentviews
coretypes
data
io
net
platform
proxy
script
tools
utils
__init__.py
test_addonmanager.py
test_certs.py
test_command.py
test_command_lexer.py
test_connection.py
test_ctx.py
test_dns.py
test_eventsequence.py
test_exceptions.py
test_flow.py
test_flowfilter.py
test_hooks.py
test_http.py
test_log.py
test_master.py
test_options.py
test_optmanager.py
test_proxy.py
test_stateobject.py
test_taddons.py
test_tcp.py
test_tls.py
test_typemanager.py
test_types.py
test_udp.py
test_version.py
test_websocket.py