aboutsummaryrefslogtreecommitdiffstats
path: root/test/mitmproxy/tools/console/test_help.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/mitmproxy/tools/console/test_help.py')
-rw-r--r--test/mitmproxy/tools/console/test_help.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/mitmproxy/tools/console/test_help.py b/test/mitmproxy/tools/console/test_help.py
index ac3011e6..0ebc2d6a 100644
--- a/test/mitmproxy/tools/console/test_help.py
+++ b/test/mitmproxy/tools/console/test_help.py
@@ -9,9 +9,3 @@ class TestHelp:
def test_helptext(self):
h = help.HelpView(None)
assert h.helptext()
-
- def test_keypress(self):
- h = help.HelpView([1, 2, 3])
- assert not h.keypress((0, 0), "q")
- assert not h.keypress((0, 0), "?")
- assert h.keypress((0, 0), "o") == "o"