[tor-commits] [ooni-probe/master] Use section headers

art at torproject.org art at torproject.org
Thu Dec 6 21:39:59 UTC 2012


commit 3a936e1a2e3e20e88bbf86f048b2c7998c6bc302
Author: aagbsn <aagbsn at extc.org>
Date:   Thu Dec 6 13:53:45 2012 +0000

    Use section headers
---
 docs/source/writing_tests.rst |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/docs/source/writing_tests.rst b/docs/source/writing_tests.rst
index a8e5409..01998db 100644
--- a/docs/source/writing_tests.rst
+++ b/docs/source/writing_tests.rst
@@ -352,7 +352,8 @@ response body (based on nettests/examples/example_httpt.py):
           body_sha256sum = sha256(body).hexdigest()
           self.report['checksum'] = body_sha256sum
 
-The report for this test looks like this:
+Report format
+*************
 
 ::
 
@@ -450,7 +451,8 @@ For example (taken from nettets/examples/example_dnst.py):
           d.addCallback(gotResult)
           return d
 
-The report looks like this:
+Report format
+*************
 
 ::
 





More information about the tor-commits mailing list