diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2015-05-30 12:03:13 +1200 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2015-05-30 12:03:13 +1200 |
commit | 4ed5043c67848bf717e48bc509d959422c8faeb6 (patch) | |
tree | 92abe731c72d34bf6b43cbe1ecb46939953a6860 /examples/test_setupall.py | |
parent | 904760c6c2927caf49b7cbe4027dd1c8dd8e9fdb (diff) | |
download | mitmproxy-4ed5043c67848bf717e48bc509d959422c8faeb6.tar.gz mitmproxy-4ed5043c67848bf717e48bc509d959422c8faeb6.tar.bz2 mitmproxy-4ed5043c67848bf717e48bc509d959422c8faeb6.zip |
Add coding style check, reformat.
Diffstat (limited to 'examples/test_setupall.py')
-rw-r--r-- | examples/test_setupall.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/test_setupall.py b/examples/test_setupall.py index c8948971..6e91f0de 100644 --- a/examples/test_setupall.py +++ b/examples/test_setupall.py @@ -1,10 +1,11 @@ import requests from libpathod import test + class Test: """ - Testing the requests module with - a single pathod instance started + Testing the requests module with + a single pathod instance started for the test suite. """ @classmethod |