mitmproxy/test
Aldo Cortesi 09c503563a Enable config file parsing
We support 4 different config files:

~/.mitmproxy/common.conf:       Options that are common to all tools
~/.mitmproxy/mitmproxy.conf:    Options for mitmproxy
~/.mitmproxy/mitmdump.conf:     Options for mitmdump
~/.mitmproxy/mitmweb.conf:      Options for mitmweb

Options in the tool-specific config files over-ride options in common.conf. If
a non-common option is put in common.conf, an error will be raised if a
non-supporting tool is used.
2014-11-15 17:25:05 +13:00
..
completion
data
fuzzing
scripts
tools
mock_urwid.py
test_app.py
test_cmdline.py Enable config file parsing 2014-11-15 17:25:05 +13:00
test_console_common.py
test_console_contentview.py
test_console_help.py
test_console_search.py
test_console.py
test_controller.py
test_dump.py
test_encoding.py
test_examples.py
test_filt.py
test_flow.py
test_fuzzing.py
test_platform_pf.py
test_protocol_http.py
test_proxy.py
test_script.py
test_server.py
test_utils.py
tservers.py
tutils.py