aboutsummaryrefslogtreecommitdiffstats
path: root/libpathod/templates/docs_test.html
diff options
context:
space:
mode:
Diffstat (limited to 'libpathod/templates/docs_test.html')
-rw-r--r--libpathod/templates/docs_test.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/libpathod/templates/docs_test.html b/libpathod/templates/docs_test.html
index 5db45f3f..0502c984 100644
--- a/libpathod/templates/docs_test.html
+++ b/libpathod/templates/docs_test.html
@@ -7,10 +7,10 @@
</div>
<p>The <b>libpathod.test</b> module is a light, flexible testing layer for HTTP clients.
- It works by firing up a Pathod instance in a separate thread, letting you use Pathod's
- full abilities to generate responses, and then query Pathod's internal logs to establish
- what happened. All the mechanics of startup, shutdown, finding free ports and so forth
- are taken care of for you.
+ It works by firing up a Pathod instance in a separate thread, letting you use
+ Pathod's full abilities to generate responses, and then query Pathod's internal
+ logs to establish what happened. All the mechanics of startup, shutdown, finding
+ free ports and so forth are taken care of for you.
</p>
<p>The canonical docs can be accessed using pydoc: </p>
@@ -19,9 +19,9 @@
<p>
The remainder of this page demonstrates some common interaction patterns using
- <a
- href="http://nose.readthedocs.org/en/latest/">nose</a>. These examples are also applicable with only minor modification to most
- commonly used Python testing engines.
+ <a href="http://nose.readthedocs.org/en/latest/">nose</a>. These examples are
+ also applicable with only minor modification to most commonly used Python testing
+ engines.
</p>
<section>