aboutsummaryrefslogtreecommitdiffstats
path: root/test/mitmproxy/test_optmanager.py
Commit message (Expand)AuthorAgeFilesLines
* optmanager: tweaks and cleanupsAldo Cortesi2018-05-271-10/+10
* Use deferral mechanism for cfg file optionsAldo Cortesi2018-05-271-3/+6
* optmanager: refactor for coverage and clarityAldo Cortesi2018-05-081-1/+1
* options: add the concept of deferred settingsAldo Cortesi2018-05-081-1/+10
* Clean up un-necessary arguments to taddons.contextAldo Cortesi2018-02-241-2/+5
* Start moving addon options into /addonsAldo Cortesi2018-02-241-3/+4
* fix optmanager equality check and deepcopyMaximilian Hils2017-08-051-0/+6
* add OptManager.itemsMaximilian Hils2017-07-291-0/+4
* [web] Add keys argument for dump_dict in optmanager.Matthew Shao2017-07-051-0/+1
* Merge pull request #2395 from MatthewShao/mitmweb-optionsMaximilian Hils2017-06-241-0/+5
|\
| * Add tests for dump_dicts in optmanager.py.Matthew Shao2017-06-121-0/+5
* | config: don't crash with a config file containing only commentsAldo Cortesi2017-06-131-0/+4
|/
* console: start migrating hotkeys to keymapAldo Cortesi2017-04-281-0/+5
* Addons and addon testingAldo Cortesi2017-04-261-6/+0
* optmanager: make serialization and loading more robustAldo Cortesi2017-03-241-0/+14
* options: reraise when there's an error with a partial updateAldo Cortesi2017-03-191-2/+6
* optmanager: test coverageAldo Cortesi2017-03-191-1/+8
* console options: add an overlay grid editor for sequence optionsAldo Cortesi2017-03-191-0/+12
* optmanager: cope with bound methods in .subscribeAldo Cortesi2017-03-191-0/+15
* options cleanupsAldo Cortesi2017-03-191-3/+3
* Enable custom options in config filesAldo Cortesi2017-03-141-6/+9
* Move serialization methods out of OptionsAldo Cortesi2017-03-141-15/+15
* Optmanager: handle unknown options in value setsAldo Cortesi2017-03-141-0/+3
* Show custom addon options in --options outputAldo Cortesi2017-03-141-2/+2
* nuke tutils.tmpdir, use pytest tmpdirThomas Kriechbaumer2017-03-121-16/+13
* change add_option parameter orderMaximilian Hils2017-03-081-23/+23
* Carefully re-add a small number of short flagsAldo Cortesi2017-03-071-4/+6
* Options tweaksAldo Cortesi2017-03-071-17/+17
* Add the --set option to set options directlyAldo Cortesi2017-03-071-0/+40
* Option spacing and coverageAldo Cortesi2017-03-071-1/+23
* Add --options that dumps annotated option defaultsAldo Cortesi2017-03-071-0/+5
* Cleanups and test coverageAldo Cortesi2017-03-071-2/+19
* Options unification: string choicesAldo Cortesi2017-03-061-3/+3
* Start unifying options and the command-line: booleansAldo Cortesi2017-03-051-3/+3
* Revamp optionsAldo Cortesi2017-03-051-53/+67
* optmanager: coverage++ (#2062)Thomas Kriechbaumer2017-02-251-7/+15
* pytest.raises: shim new APIThomas Kriechbaumer2017-02-081-6/+6
* replace tutils.raises with pytest.raises + shimThomas Kriechbaumer2017-02-021-7/+10
* options: add a merge method to assimilate optionsAldo Cortesi2016-12-081-0/+18
* Minor tweaksAldo Cortesi2016-12-081-1/+1
* options: defaults are a class attributeAldo Cortesi2016-12-081-0/+5
* options: save defaults, add .reset() to restore defaultsAldo Cortesi2016-12-081-5/+0
* Add YAML serialization of optionsAldo Cortesi2016-12-081-1/+54
* options: defaults are a class attributeAldo Cortesi2016-12-081-0/+5
* Add OptManager.subscribe, use it to clean up palettes in consoleAldo Cortesi2016-12-081-0/+23
* Options - avoid mutation, API cleanup, has_changedAldo Cortesi2016-12-081-2/+5
* options: save defaults, add .reset() to restore defaultsAldo Cortesi2016-12-081-0/+37
* netlib.tutils -> mitmproxy.test.tutilsAldo Cortesi2016-10-201-1/+1
* python3: clean up super and __future__Aldo Cortesi2016-10-171-2/+1
* Addon iface: .configure(options) -> .configure(options, updated)Aldo Cortesi2016-07-231-3/+5