mitmproxy/test/mitmproxy
Aldo Cortesi aed780bf48 Change the way proxy authetication is specified
We now have one option "proxyauth". If this is "any", we accept any
credentials, if it starts with an @ it's treated as a path to an htpasswd file,
if it is of the form username:password it's a single-user credential.
2017-03-07 20:18:30 +13:00
..
addons Change the way proxy authetication is specified 2017-03-07 20:18:30 +13:00
completion Add dummy directory to completion 2016-06-20 01:24:27 +05:30
console improve test 2017-02-20 11:48:57 +01:00
contentviews protobuf: coverage++ 2017-02-19 14:29:09 +01:00
contrib restructure and move test files 2017-02-14 23:31:37 +01:00
data Add test for @concurrent decorator in class. 2017-02-21 16:56:48 +08:00
examples added XSS scanner example (#1907) 2017-02-27 18:22:39 +01:00
fuzzing Make fuzzing run again 2016-02-18 10:40:16 +13:00
net certs: coverage++ 2017-02-26 20:54:04 +01:00
platform restructure and move test files 2017-02-14 23:31:37 +01:00
proxy Change the way proxy authetication is specified 2017-03-07 20:18:30 +13:00
script Add test for @concurrent decorator in class. 2017-02-21 16:56:48 +08:00
tools Cleanups and test coverage 2017-03-07 10:28:15 +13:00
types coverage++ 2017-02-04 13:48:55 +01:00
utils Revamp options 2017-03-05 15:10:03 +13:00
__init__.py nuke Pillow 2017-02-15 00:54:14 +01:00
test_addonmanager.py fully test addonmanager (#1970) 2017-01-31 10:57:22 +01:00
test_certs.py do not return IP addresses in SSLCert.altnames 2017-02-26 20:54:06 +01:00
test_connections.py connections: coverage++ (#2064) 2017-02-26 20:50:52 +01:00
test_controller.py replace tutils.raises with pytest.raises + shim 2017-02-02 12:59:01 +01:00
test_ctx.py restructure and move test files 2017-02-14 23:31:37 +01:00
test_eventsequence.py flowfilter: coverage++ 2017-02-24 18:47:56 +01:00
test_examples.py Changes dns_spoofing example to use --keep-host-header 2017-03-03 12:34:36 +05:30
test_exceptions.py restructure and move test files 2017-02-14 23:31:37 +01:00
test_export.py restructure and move test files 2017-02-14 23:31:37 +01:00
test_flow.py Unify mode specification 2017-03-06 20:30:49 +13:00
test_flowfilter.py flowfilter: coverage++ 2017-02-24 18:47:56 +01:00
test_fuzzing.py Roll out synchronisation for mitmproxy tests 2016-09-10 09:18:11 +12:00
test_http.py http: coverage++ (#2060) 2017-02-24 22:39:16 +01:00
test_io_compat.py restructure and move test files 2017-02-14 23:31:37 +01:00
test_io.py restructure and move test files 2017-02-14 23:31:37 +01:00
test_log.py restructure and move test files 2017-02-14 23:31:37 +01:00
test_master.py restructure and move test files 2017-02-14 23:31:37 +01:00
test_options.py restructure and move test files 2017-02-14 23:31:37 +01:00
test_optmanager.py Options tweaks 2017-03-07 15:23:46 +13:00
test_proxy.py Remove less commonly used command-line options 2017-03-07 14:46:28 +13:00
test_stateobject.py stateobject: coverage++ 2017-02-09 16:08:36 +01:00
test_tcp.py add individual-coverage check 2017-02-16 11:43:45 +01:00
test_version.py minor changes 2017-02-09 16:08:36 +01:00
test_websocket.py add individual-coverage check 2017-02-16 11:43:45 +01:00
tservers.py Unify mode specification 2017-03-06 20:30:49 +13:00