mitmproxy/test
Aldo Cortesi e4079aa746 Add an ~a filter expression, matching an asset content type in responses.
Asset content types are Javascript, images, Flash and CSS. This is useful
because doing a quick "!~a" while auditing an app will filter out the majority
of the static asset cruft, letting you focus on what matters.
2012-07-14 16:55:21 +12:00
..
completion Fine-tune completion a bit. 2011-02-03 13:50:57 +13:00
data Remove certutils from mitmproxy. 2012-06-27 16:43:33 +12:00
scripts Unit test++. 2012-02-25 12:19:54 +13:00
tools Use PyOpenSSL and PyASN1 for certificate parsing. 2012-03-01 21:08:44 +13:00
.gitignore Start conversion to nose. 2012-06-09 10:57:00 +12:00
.pry Add attribution and license for tnetstring.py 2011-08-19 21:53:52 +12:00
test_cmdline.py Remove -T and -U command-line options. 2012-06-26 19:57:59 +12:00
test_console_contentview.py Port mitmproxy test suite entirely to nose. 2012-06-09 13:42:43 +12:00
test_console_help.py Port mitmproxy test suite entirely to nose. 2012-06-09 13:42:43 +12:00
test_console.py Port mitmproxy test suite entirely to nose. 2012-06-09 13:42:43 +12:00
test_dump.py Catch and handle SSL connection errors. 2012-07-01 12:10:32 +12:00
test_encoding.py Port mitmproxy test suite entirely to nose. 2012-06-09 13:42:43 +12:00
test_filt.py Add an ~a filter expression, matching an asset content type in responses. 2012-07-14 16:55:21 +12:00
test_flow.py Add streaming to FlowMaster 2012-07-09 10:18:37 +12:00
test_proxy.py Make WSGI apps work in transparent mode. 2012-07-10 15:53:53 +12:00
test_script.py Port mitmproxy test suite entirely to nose. 2012-06-09 13:42:43 +12:00
test_server.py Refine semantics of replay_request method. 2012-07-10 23:29:33 +12:00
test_utils.py Refactor protocol.py to remove dependence on flow and utils. 2012-06-17 10:52:39 +12:00
tutils.py Refator server tests to use flow.FlowMaster and flow.State 2012-07-09 10:58:28 +12:00