diff options
Diffstat (limited to 'test/test_filt.py')
-rw-r--r-- | test/test_filt.py | 2 |
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( |