mitmproxy/test/mitmproxy
Aldo Cortesi 6b6c44551a addons.view: Add first-class support for marking
Marking now works differently - it's no longer just another filter, it's
applied in addition to the filter. This means you can apply a filter, mark some
flows, and then toggle between marked and unmarked flows matching the filter.

I'm leaving the filter for marked flows intact - it will come in handy in other
situations.
2016-10-30 15:45:36 +13:00
..
addons addons.view: Add first-class support for marking 2016-10-30 15:45:36 +13:00
completion
console addons.view: Add first-class support for marking 2016-10-30 15:45:36 +13:00
data improve flow export 2016-10-22 20:32:39 -07:00
fuzzing
net The final piece: netlib -> mitproxy.net 2016-10-20 11:56:38 +13:00
protocol Cleanups: remove intercept from addons.state, unused imports 2016-10-30 11:13:05 +13:00
script Move test flow creators to mitmproxy.test.tflow 2016-10-30 10:12:39 +13:00
tools addons.Addons -> addonmanager, builtins -> addons 2016-10-19 14:39:39 +13:00
utils typecheck options, fix current inconsistencies 2016-10-25 20:45:48 -07:00
__init__.py
mastertest.py Cleanups: remove intercept from addons.state, unused imports 2016-10-30 11:13:05 +13:00
mock_urwid.py
test_addonmanager.py addons.Addons -> addonmanager, builtins -> addons 2016-10-19 14:39:39 +13:00
test_certs.py netlib.tutils -> mitmproxy.test.tutils 2016-10-20 11:42:55 +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 Add options.default_contentview 2016-10-30 12:05:37 +13:00
test_contrib_tnetstring.py
test_controller.py netlib.tutils -> mitmproxy.test.tutils 2016-10-20 11:42:55 +13:00
test_custom_contentview.py The final piece: netlib -> mitproxy.net 2016-10-20 11:56:38 +13:00
test_dump.py Move test flow creators to mitmproxy.test.tflow 2016-10-30 10:12:39 +13:00
test_examples.py Move test flow creators to mitmproxy.test.tflow 2016-10-30 10:12:39 +13:00
test_flow.py Cleanups: remove intercept from addons.state, unused imports 2016-10-30 11:13:05 +13:00
test_flow_export.py Move test flow creators to mitmproxy.test.tflow 2016-10-30 10:12:39 +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_flowfilter.py Move test flow creators to mitmproxy.test.tflow 2016-10-30 10:12:39 +13:00
test_fuzzing.py
test_optmanager.py netlib.tutils -> mitmproxy.test.tutils 2016-10-20 11:42:55 +13:00
test_platform_pf.py
test_proxy.py Move test flow creators to mitmproxy.test.tflow 2016-10-30 10:12:39 +13:00
test_proxy_config.py
test_server.py The final piece: netlib -> mitproxy.net 2016-10-20 11:56:38 +13:00
test_stateobject.py
test_types_bidi.py netlib.tutils -> mitmproxy.test.tutils 2016-10-20 11:42:55 +13:00
test_types_multidict.py multidict: remove to_dict 2016-10-21 11:42:21 +13:00
test_types_serializable.py mitmproxy.types.[basethread,multidict,serializable] 2016-10-20 10:22:23 +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 netlib.exceptions.* -> mitmproxy.exceptions 2016-10-20 11:27:05 +13:00
tutils.py Move test flow creators to mitmproxy.test.tflow 2016-10-30 10:12:39 +13:00