From fa100b9d16e3c521460801f2c3d6d3cc656abe75 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Tue, 19 Nov 2019 21:11:49 +0100 Subject: lint! --- test/mitmproxy/tools/console/test_commander.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'test') diff --git a/test/mitmproxy/tools/console/test_commander.py b/test/mitmproxy/tools/console/test_commander.py index 8fc678fb..a77be043 100644 --- a/test/mitmproxy/tools/console/test_commander.py +++ b/test/mitmproxy/tools/console/test_commander.py @@ -1,7 +1,8 @@ -from mitmproxy.tools.console.commander import commander -from mitmproxy.test import taddons import pytest +from mitmproxy.test import taddons +from mitmproxy.tools.console.commander import commander + class TestListCompleter: def test_cycle(self): @@ -265,6 +266,7 @@ class TestCommandBuffer: ('commander_hint', 'option '), ('commander_hint', 'value '), ] + def test_render(self): with taddons.context() as tctx: cb = commander.CommandBuffer(tctx.master) @@ -288,4 +290,4 @@ class TestCommandBuffer: ('text', ' '), ('commander_hint', 'option '), ('commander_hint', 'value '), - ] \ No newline at end of file + ] -- cgit v1.2.3