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. --- examples/test_setup.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples/test_setup.py') diff --git a/examples/test_setup.py b/examples/test_setup.py index 2918a4dd..f05a715e 100644 --- a/examples/test_setup.py +++ b/examples/test_setup.py @@ -1,12 +1,14 @@ import requests from libpathod import test + class Test: """ Testing the requests module with a pathod instance started for each test. """ + def setUp(self): self.d = test.Daemon() -- cgit v1.2.3