[tor-commits] [ooni-probe/master] Improve doc string of HTTP URL list test
art at torproject.org
art at torproject.org
Tue Nov 20 18:59:13 UTC 2012
commit 0f14f5af932ade776a850c662b8ae48d4ebd28e6
Author: Arturo Filastò <art at fuffa.org>
Date: Tue Nov 20 18:03:34 2012 +0100
Improve doc string of HTTP URL list test
---
nettests/core/http_url_list.py | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/nettests/core/http_url_list.py b/nettests/core/http_url_list.py
index 7d0fd5e..c0e2fc8 100644
--- a/nettests/core/http_url_list.py
+++ b/nettests/core/http_url_list.py
@@ -17,7 +17,10 @@ class HTTPURLList(httpt.HTTPTest):
"""
Performs GET, POST and PUT requests to a list of URLs specified as
input and checks if the page that we get back as a result matches that
- which we expect.
+ of a block page given as input.
+
+ If no block page is given as input to the test it will simply collect the
+ responses to the HTTP requests and write them to a report file.
"""
name = "HTTP URL List"
author = "Arturo Filastò"
More information about the tor-commits
mailing list