From 9abfb1aac27e28619c58d40ec050cc46fda2b30f Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Sun, 30 Oct 2016 19:47:32 +1300 Subject: console: re-add follow focus --- test/mitmproxy/addons/test_view.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test') diff --git a/test/mitmproxy/addons/test_view.py b/test/mitmproxy/addons/test_view.py index 750e8469..77a8da30 100644 --- a/test/mitmproxy/addons/test_view.py +++ b/test/mitmproxy/addons/test_view.py @@ -7,6 +7,11 @@ from mitmproxy.test import taddons from .. import tutils +def test_keys(): + t = tflow.tflow(resp=True) + view.key_size(t) + + def test_simple(): v = view.View() f = tflow.tflow() -- cgit v1.2.3