commit 47d294b137c5061173664328e91cc5fcaed92f26
Author: aagbsn <aagbsn(a)extc.org>
Date: Fri Nov 30 15:52:32 2012 +0000
Fix underline for "test random invalid field count"
---
docs/source/tests/http_invalid_request_line.rst | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/docs/source/tests/http_invalid_request_line.rst b/docs/source/tests/http_invalid_request_line.rst
index f14a18d..4ac223e 100644
--- a/docs/source/tests/http_invalid_request_line.rst
+++ b/…
[View More]docs/source/tests/http_invalid_request_line.rst
@@ -46,7 +46,7 @@ The request on the wire will look like this:
test random invalid field count
-******************************
+*******************************
This generates a request that looks like this:
[View Less]
commit 416256bf99fc2c53f721451f03a4a9b88a5c2842
Author: aagbsn <aagbsn(a)extc.org>
Date: Fri Nov 30 17:21:26 2012 +0000
Make docstring work with sphinx
---
ooni/nettest.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ooni/nettest.py b/ooni/nettest.py
index 4a54414..5e62adb 100644
--- a/ooni/nettest.py
+++ b/ooni/nettest.py
@@ -159,7 +159,7 @@ class NetTestCase(object):
that you will be able to properly process.
For example you may …
[View More]wish to have an input processor that will allow you
- to ignore comments in files. This can be easily achieved like so:
+ to ignore comments in files. This can be easily achieved like so::
fp = open(filename)
for x in fp.xreadlines():
[View Less]
commit 045b9f04d7dd2cc24aa3bd396459bb5e400ff5f7
Author: aagbsn <aagbsn(a)extc.org>
Date: Fri Nov 30 17:26:20 2012 +0000
Make docstring work with sphinx
---
ooni/templates/httpt.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ooni/templates/httpt.py b/ooni/templates/httpt.py
index 01853f3..eb574be 100644
--- a/ooni/templates/httpt.py
+++ b/ooni/templates/httpt.py
@@ -176,7 +176,7 @@ class HTTPTest(NetTestCase):
Note: if self.followRedirects is …
[View More]set to True, then this method will
never be called.
XXX perhaps we may want to hook _handleResponse in RedirectAgent to
- call processRedirect every time we get redirected.
+ call processRedirect every time we get redirected.
Args:
[View Less]