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_app.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/test_app.py') diff --git a/test/test_app.py b/test/test_app.py index f412072a..8872bf53 100644 --- a/test/test_app.py +++ b/test/test_app.py @@ -3,6 +3,7 @@ import tservers class TestApp(tservers.HTTPProxTest): + def test_basic(self): assert self.app("/").status_code == 200 -- cgit v1.2.3