From 4ed5043c67848bf717e48bc509d959422c8faeb6 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Sat, 30 May 2015 12:03:13 +1200 Subject: Add coding style check, reformat. --- test/test_cmdline.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'test/test_cmdline.py') diff --git a/test/test_cmdline.py b/test/test_cmdline.py index c51b6cf0..5a9ee242 100644 --- a/test/test_cmdline.py +++ b/test/test_cmdline.py @@ -27,7 +27,6 @@ def test_pathod(perror): assert perror.called perror.reset_mock() - a = cmdline.args_pathod( [ "pathod", @@ -99,7 +98,9 @@ def test_pathod(perror): def test_pathoc(perror): assert cmdline.args_pathoc(["pathoc", "foo.com", "get:/"]) s = cStringIO.StringIO() - tutils.raises(SystemExit, cmdline.args_pathoc, ["pathoc", "--show-uas"], s, s) + tutils.raises( + SystemExit, cmdline.args_pathoc, [ + "pathoc", "--show-uas"], s, s) a = cmdline.args_pathoc(["pathoc", "foo.com:8888", "get:/"]) assert a.port == 8888 @@ -122,7 +123,8 @@ def test_pathoc(perror): assert perror.called perror.reset_mock() - a = cmdline.args_pathoc(["pathoc", "-c", "foo:bar", "foo.com:8888", "get:/"]) + a = cmdline.args_pathoc( + ["pathoc", "-c", "foo:bar", "foo.com:8888", "get:/"]) assert perror.called perror.reset_mock() -- cgit v1.2.3