commit 3a936e1a2e3e20e88bbf86f048b2c7998c6bc302
Author: aagbsn <aagbsn(a)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
+*************
::