From 8c375383148f100f03aed52827ac513f145078c2 Mon Sep 17 00:00:00 2001 From: Thomas Kriechbaumer Date: Wed, 27 Jan 2016 10:12:18 +0100 Subject: code formatting: fix whitespace issues --- test/test_console_help.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/test_console_help.py') diff --git a/test/test_console_help.py b/test/test_console_help.py index dc2591e5..32d94247 100644 --- a/test/test_console_help.py +++ b/test/test_console_help.py @@ -7,11 +7,13 @@ import libmproxy.console.help as help class DummyLoop: + def __init__(self): self.widget = None class DummyMaster: + def __init__(self): self.loop = DummyLoop() @@ -20,6 +22,7 @@ class DummyMaster: class TestHelp: + def test_helptext(self): h = help.HelpView(None) assert h.helptext() -- cgit v1.2.3