aboutsummaryrefslogtreecommitdiffstats
path: root/test/mitmproxy/addons/test_view.py
Commit message (Expand)AuthorAgeFilesLines
* lint, mypy, tests++Maximilian Hils2020-04-121-1/+33
* lintMaximilian Hils2019-09-051-1/+1
* fixed exception type; full coverage on viewmadt1m2018-06-131-0/+5
* Added tests for new primitivesmadt1m2018-06-131-17/+28
* client replay: re-designAldo Cortesi2018-04-301-4/+4
* asyncio: move log mechanism onto the event loopAldo Cortesi2018-04-071-2/+3
* Fix #2765 (#2792)Samoilenko Roman2018-01-141-0/+4
* Raise a CommandError for the exceptionMatthew Shao2018-01-081-3/+4
* Fix #2760Matthew Shao2018-01-081-0/+3
* fix test flow timestamps to values that don't overflow in certain timezonesMaximilian Hils2018-01-051-1/+1
* command cuts: add completionAldo Cortesi2017-12-171-2/+2
* Fix lint.Matthew Shao2017-08-051-2/+0
* Update tests.Matthew Shao2017-08-011-14/+15
* Update tests.Matthew Shao2017-08-011-4/+8
* Squashed commit of the following:Maximilian Hils2017-07-251-0/+4
* console: key binding viewerAldo Cortesi2017-06-131-1/+1
* view: show a message if we remove more than one flow from viewAldo Cortesi2017-06-131-0/+10
* fix various fd/socket leaksThomas Kriechbaumer2017-05-241-3/+4
* console: globally respected nav commandsAldo Cortesi2017-05-021-0/+1
* commands: view.setval, view.getval, view.setval.toggleAldo Cortesi2017-05-011-0/+15
* keymap: keys can now bind to multiple contextsAldo Cortesi2017-05-011-1/+6
* commands: view.order.options, view.marked.toggle, view.createAldo Cortesi2017-04-301-0/+16
* commands: view.loadAldo Cortesi2017-04-301-1/+20
* commands: view.goAldo Cortesi2017-04-291-23/+61
* Commands, core update eventAldo Cortesi2017-04-291-12/+17
* Test coverage ++Aldo Cortesi2017-04-271-0/+10
* console: flow resolution commandAldo Cortesi2017-04-271-0/+40
* options: choices for content views and tighten console order specAldo Cortesi2017-03-191-5/+3
* Revamp optionsAldo Cortesi2017-03-051-21/+4
* pytest.raises: shim new APIThomas Kriechbaumer2017-02-081-2/+2
* Added testUjjwal Verma2017-02-031-0/+7
* fix mergeThomas Kriechbaumer2017-02-021-4/+4
* replace tutils.raises with pytest.raises + shimThomas Kriechbaumer2017-02-021-9/+18
* increase test coverageThomas Kriechbaumer2017-02-021-1/+1
* Consolidate option namesAldo Cortesi2017-01-301-15/+15
* addons: unit tests to 100%Aldo Cortesi2017-01-291-0/+3
* console: mark view indiciator, fix empty flow list behaviourAldo Cortesi2016-12-161-0/+5
* addons.view: clarify modification eventsAldo Cortesi2016-11-151-5/+11
* addons.view: test suite to 100%Aldo Cortesi2016-11-041-15/+55
* addons.view: test improvementsAldo Cortesi2016-11-031-1/+51
* tests: clean up test/mitmproxy/tutils.pyAldo Cortesi2016-11-021-2/+2
* console: add caching sort keysAldo Cortesi2016-10-301-32/+27
* console: re-add follow focusAldo Cortesi2016-10-301-0/+5
* console: "v" to reverse flow orderAldo Cortesi2016-10-301-4/+13
* console: o for flow orderAldo Cortesi2016-10-301-1/+5
* addons.view: Add first-class support for markingAldo Cortesi2016-10-301-0/+8
* console: Port from state to viewAldo Cortesi2016-10-301-25/+19
* Move test flow creators to mitmproxy.test.tflowAldo Cortesi2016-10-301-4/+5
* addons.view: focus.focusflow -> focus.flowAldo Cortesi2016-10-291-17/+17
* addons.view.focus: next and prev methodsAldo Cortesi2016-10-291-0/+25