From 17382b963e22de8cb395a99e529b256e03d440ce Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Sun, 29 May 2016 01:23:39 -0700 Subject: format examples --- examples/pathod/test_setup.py | 1 - examples/pathod/test_setupall.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'examples/pathod') diff --git a/examples/pathod/test_setup.py b/examples/pathod/test_setup.py index 5dbc456d..32fcb214 100644 --- a/examples/pathod/test_setup.py +++ b/examples/pathod/test_setup.py @@ -3,7 +3,6 @@ from pathod import test class Test: - """ Testing the requests module with a pathod instance started for diff --git a/examples/pathod/test_setupall.py b/examples/pathod/test_setupall.py index cb84b7b2..cc0ec2e4 100644 --- a/examples/pathod/test_setupall.py +++ b/examples/pathod/test_setupall.py @@ -3,12 +3,12 @@ from pathod import test class Test: - """ Testing the requests module with a single pathod instance started for the test suite. """ + @classmethod def setup_class(cls): cls.d = test.Daemon() -- cgit v1.2.3