aboutsummaryrefslogtreecommitdiffstats
path: root/examples/test_setup.py
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2015-05-30 12:03:13 +1200
committerAldo Cortesi <aldo@nullcube.com>2015-05-30 12:03:13 +1200
commit4ed5043c67848bf717e48bc509d959422c8faeb6 (patch)
tree92abe731c72d34bf6b43cbe1ecb46939953a6860 /examples/test_setup.py
parent904760c6c2927caf49b7cbe4027dd1c8dd8e9fdb (diff)
downloadmitmproxy-4ed5043c67848bf717e48bc509d959422c8faeb6.tar.gz
mitmproxy-4ed5043c67848bf717e48bc509d959422c8faeb6.tar.bz2
mitmproxy-4ed5043c67848bf717e48bc509d959422c8faeb6.zip
Add coding style check, reformat.
Diffstat (limited to 'examples/test_setup.py')
-rw-r--r--examples/test_setup.py2
1 files changed, 2 insertions, 0 deletions
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()