aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@corte.si>2017-05-02 10:37:11 +1200
committerAldo Cortesi <aldo@corte.si>2017-05-02 12:18:24 +1200
commit9e58c36639f7faa327ec10bdc8ab8f68e7118bf0 (patch)
treed8e9c092c6ce8200b838e5bc829283d363d7c27b /test
parent8d29492960a89078ad2743e648afa08a3c71ebc1 (diff)
downloadmitmproxy-9e58c36639f7faa327ec10bdc8ab8f68e7118bf0.tar.gz
mitmproxy-9e58c36639f7faa327ec10bdc8ab8f68e7118bf0.tar.bz2
mitmproxy-9e58c36639f7faa327ec10bdc8ab8f68e7118bf0.zip
console: globally respected nav commands
Use this to bind nav keys with commands throughout.
Diffstat (limited to 'test')
-rw-r--r--test/mitmproxy/addons/test_view.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/mitmproxy/addons/test_view.py b/test/mitmproxy/addons/test_view.py
index ef969d1d..6da13650 100644
--- a/test/mitmproxy/addons/test_view.py
+++ b/test/mitmproxy/addons/test_view.py
@@ -221,6 +221,7 @@ def test_resolve():
def test_movement():
v = view.View()
with taddons.context():
+ v.go(0)
v.add([
tflow.tflow(),
tflow.tflow(),