[tor-commits] [ooni-probe/master] Remove useless code from httpt test template

art at torproject.org art at torproject.org
Fri Feb 28 14:32:21 UTC 2014


commit 53dca8b6de90b4546e52c269b050ed683e529755
Author: Arturo Filastò <art at fuffa.org>
Date:   Thu Jan 30 18:41:19 2014 +0100

    Remove useless code from httpt test template
---
 ooni/templates/httpt.py |    6 ------
 1 file changed, 6 deletions(-)

diff --git a/ooni/templates/httpt.py b/ooni/templates/httpt.py
index 7c54782..403e222 100644
--- a/ooni/templates/httpt.py
+++ b/ooni/templates/httpt.py
@@ -49,12 +49,6 @@ class HTTPTest(NetTestCase):
     baseParameters = [['socksproxy', 's', None,
         'Specify a socks proxy to use for requests (ip:port)']]
 
-    request = {}
-    response = {}
-
-    requests = []
-    responses = []
-
     def _setUp(self):
         super(HTTPTest, self)._setUp()
 





More information about the tor-commits mailing list