aboutsummaryrefslogtreecommitdiffstats
path: root/test/mitmproxy/test_proxy.py
Commit message (Expand)AuthorAgeFilesLines
* Use Github Actions for CI (#3713)Maximilian Hils2019-11-191-9/+6
* Fix a failing test on macOS MojaveChih-Hsuan Yen2018-12-291-1/+5
* test: shift test_data out of our public APIAldo Cortesi2018-04-231-3/+2
* clean up ProxyConfigMaximilian Hils2018-02-271-5/+0
* proxy tests: fix leaking socketsThomas Kriechbaumer2017-05-241-2/+1
* improve testsThomas Kriechbaumer2017-04-251-1/+0
* Remove less commonly used command-line optionsAldo Cortesi2017-03-071-24/+0
* Automate slurping up command-line optionsAldo Cortesi2017-03-071-1/+2
* Unify mode specificationAldo Cortesi2017-03-061-31/+6
* Options unification: simple stringsAldo Cortesi2017-03-061-2/+2
* Start unifying options and the command-line: booleansAldo Cortesi2017-03-051-3/+3
* move tests around (#2058)Thomas Kriechbaumer2017-02-241-45/+0
* nuke tcp.Address and add proper IPv6 supportThomas Kriechbaumer2017-02-241-1/+1
* pytest.raises: shim new APIThomas Kriechbaumer2017-02-081-10/+10
* replace tutils.raises with pytest.raises + shimThomas Kriechbaumer2017-02-021-25/+28
* cleanup test utilsThomas Kriechbaumer2017-02-021-6/+7
* nuke mock dependencyThomas Kriechbaumer2017-01-221-1/+1
* options: add a merge method to assimilate optionsAldo Cortesi2016-12-081-3/+3
* Replace configargparse with argparse, enable new options loadingAldo Cortesi2016-12-081-1/+2
* Fix transparent mode initialisation, refactor mitmproxy.platform (#1787)Maximilian Hils2016-11-251-2/+2
* addons.proxyauth: out with the old, in with the newAldo Cortesi2016-11-131-27/+0
* Upstream proxy auth to addonAldo Cortesi2016-11-121-4/+0
* tests: clean up test/mitmproxy/tutils.pyAldo Cortesi2016-11-021-7/+9
* tests: minor cleanup for tests/mitmproxy/tutils.pyAldo Cortesi2016-11-021-1/+13
* Move test flow creators to mitmproxy.test.tflowAldo Cortesi2016-10-301-2/+3
* The final piece: netlib -> mitproxy.netAldo Cortesi2016-10-201-1/+1
* netlib.exceptions.* -> mitmproxy.exceptionsAldo Cortesi2016-10-201-2/+2
* Move all tools into mitmproxy.tools, move models/* to top levelAldo Cortesi2016-10-191-4/+4
* python3: clean up class bracketsAldo Cortesi2016-10-171-1/+1
* Zap object base classAldo Cortesi2016-10-171-1/+1
* reenable options testThomas Kriechbaumer2016-08-161-13/+13
* verify upstream certificates by default (#1111)Sachin Kelkar2016-07-271-3/+3
* mitproxy.options -> mitmproxy.optmanager, mitmproxy.flow.options -> mitmproxy...Aldo Cortesi2016-07-201-1/+1
* Remove proxy.config.process_proxy_optionsAldo Cortesi2016-07-191-2/+2
* ProxyConf: auth_* into OptionsAldo Cortesi2016-07-191-1/+5
* Regularize naming of upstream_trusted_ca* optionsAldo Cortesi2016-07-191-2/+2
* ProxyConfig: mode, upstream_server and upstream_auth to OptionsAldo Cortesi2016-07-191-16/+17
* Move clientcers & cadir to OptionsAldo Cortesi2016-07-191-1/+3
* ProxyConfig refactorAldo Cortesi2016-07-191-4/+2
* Unify proxy config and optionsAldo Cortesi2016-07-191-2/+5
* fix mysterious tox issueMaximilian Hils2016-06-281-1/+1
* more style cleanupThomas Kriechbaumer2016-05-291-5/+4
* cleanup mitmproxy.controller, raise Kill in Channel (#1085)Maximilian Hils2016-04-141-1/+1
* Add test for upstream-authyonder2016-03-021-0/+4
* fix all libpathod->pathod referencesThomas Kriechbaumer2016-02-161-1/+1
* fix all libmproxy->mitmproxy referencesThomas Kriechbaumer2016-02-161-7/+7
* move tests into shared folderMaximilian Hils2016-02-151-0/+197