mitmproxy/test/mitmproxy
Aldo Cortesi 9870844b38 netlib.utils -> netlib.check
Now only contains is_valid_[host,port]

Intermediate step - this will be in mitproxy.net soon.
2016-10-20 10:46:47 +13:00
..
addons mitmproxy.protocol -> mitmproxy.proxy.protocol 2016-10-19 23:11:56 +13:00
completion Add dummy directory to completion 2016-06-20 01:24:27 +05:30
console Move all tools into mitmproxy.tools, move models/* to top level 2016-10-19 20:26:05 +13:00
data Kill flow.master - create master.Master 2016-10-19 13:22:50 +13:00
fuzzing Make fuzzing run again 2016-02-18 10:40:16 +13:00
protocol Web apps to addons 2016-10-19 11:40:51 +13:00
script addons.Addons -> addonmanager, builtins -> addons 2016-10-19 14:39:39 +13:00
tools addons.Addons -> addonmanager, builtins -> addons 2016-10-19 14:39:39 +13:00
__init__.py remove empty lines at beginning of file 2016-10-17 10:32:12 +02:00
mastertest.py Move all tools into mitmproxy.tools, move models/* to top level 2016-10-19 20:26:05 +13:00
mock_urwid.py move tests into shared folder 2016-02-15 16:34:22 +01:00
test_addonmanager.py addons.Addons -> addonmanager, builtins -> addons 2016-10-19 14:39:39 +13:00
test_cmdline.py Move all tools into mitmproxy.tools, move models/* to top level 2016-10-19 20:26:05 +13:00
test_contentview.py mitmproxy.types.[basethread,multidict,serializable] 2016-10-20 10:22:23 +13:00
test_contrib_tnetstring.py fix tests 2016-07-06 19:55:48 -07:00
test_controller.py Kill flow.master - create master.Master 2016-10-19 13:22:50 +13:00
test_custom_contentview.py py3++ 2016-06-20 21:39:39 +02:00
test_dump.py Move all tools into mitmproxy.tools, move models/* to top level 2016-10-19 20:26:05 +13:00
test_examples.py Create mitmproxy.utils hierarchy 2016-10-20 09:35:55 +13:00
test_flow_export.py Remove flow module entirely, move contents to top level 2016-10-19 15:08:35 +13:00
test_flow_format_compat.py Remove flow module entirely, move contents to top level 2016-10-19 15:08:35 +13:00
test_flow.py netlib.utils -> netlib.check 2016-10-20 10:46:47 +13:00
test_flowfilter.py test & examples: zap six 2016-10-17 16:45:45 +13:00
test_fuzzing.py Roll out synchronisation for mitmproxy tests 2016-09-10 09:18:11 +12:00
test_optmanager.py python3: clean up super and __future__ 2016-10-17 18:03:07 +13:00
test_platform_pf.py fix all libmproxy->mitmproxy references 2016-02-16 20:56:33 +01:00
test_proxy_config.py config.parse_server_spec shouldn't pass byts to tcp.Address 2016-07-19 16:25:09 +12:00
test_proxy.py Move all tools into mitmproxy.tools, move models/* to top level 2016-10-19 20:26:05 +13:00
test_server.py Move all tools into mitmproxy.tools, move models/* to top level 2016-10-19 20:26:05 +13:00
test_stateobject.py stateobject: support lists 2016-04-29 20:59:26 -07:00
test_types_bidi.py netlib.utils.BiDi -> mitmproxy.types.bidi.BiDi 2016-10-20 10:32:09 +13:00
test_types_multidict.py mitmproxy.types.[basethread,multidict,serializable] 2016-10-20 10:22:23 +13:00
test_types_serializable.py mitmproxy.types.[basethread,multidict,serializable] 2016-10-20 10:22:23 +13:00
test_utils_data.py Create mitmproxy.utils hierarchy 2016-10-20 09:35:55 +13:00
test_utils_debug.py netlib.debug -> mitmproxy.utils.debug 2016-10-20 10:25:36 +13:00
test_utils_human.py netlib.human -> mitmproxy.utils.human 2016-10-20 09:45:18 +13:00
test_utils_lrucache.py netlib.human -> mitmproxy.utils.human 2016-10-20 09:45:18 +13:00
test_utils_strutils.py netlib.strutils -> mitmproxy.utils.strutils 2016-10-20 10:11:58 +13:00
test_utils_version_check.py netlib.utils.[get,set]bit -> mitmproxy.utils.bits 2016-10-20 10:38:57 +13:00
test_web_app.py Move all tools into mitmproxy.tools, move models/* to top level 2016-10-19 20:26:05 +13:00
test_web_master.py Move all tools into mitmproxy.tools, move models/* to top level 2016-10-19 20:26:05 +13:00
tservers.py flow.state -> addons.state 2016-10-19 14:48:42 +13:00
tutils.py netlib.utils -> netlib.check 2016-10-20 10:46:47 +13:00