aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_filt.py
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2016-01-27 10:12:18 +0100
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2016-01-27 10:36:28 +0100
commit8c375383148f100f03aed52827ac513f145078c2 (patch)
treedbae3b5d4d603e5e226477f1938119e2acfcfc1f /test/test_filt.py
parentc2bb29f669cd80509f4efe205551a9cf5fc29770 (diff)
downloadmitmproxy-8c375383148f100f03aed52827ac513f145078c2.tar.gz
mitmproxy-8c375383148f100f03aed52827ac513f145078c2.tar.bz2
mitmproxy-8c375383148f100f03aed52827ac513f145078c2.zip
code formatting: fix whitespace issues
Diffstat (limited to 'test/test_filt.py')
-rw-r--r--test/test_filt.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_filt.py b/test/test_filt.py
index c9b8937e..4671a273 100644
--- a/test/test_filt.py
+++ b/test/test_filt.py
@@ -7,6 +7,7 @@ import tutils
class TestParsing:
+
def _dump(self, x):
c = cStringIO.StringIO()
x.dump(fp=c)
@@ -75,6 +76,7 @@ class TestParsing:
class TestMatching:
+
def req(self):
headers = Headers(header="qvalue")
req = http.HTTPRequest(