From 427e6d23ef76ab9f113bce1d17e6a7a8cddb275c Mon Sep 17 00:00:00 2001 From: Thomas Kriechbaumer Date: Fri, 26 Jun 2015 11:47:39 +0200 Subject: apply js-beautify changes selectivly --- libpathod/templates/docs_test.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'libpathod/templates/docs_test.html') 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 @@

The libpathod.test 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.

The canonical docs can be accessed using pydoc:

@@ -19,9 +19,9 @@

The remainder of this page demonstrates some common interaction patterns using - nose. These examples are also applicable with only minor modification to most - commonly used Python testing engines. + nose. These examples are + also applicable with only minor modification to most commonly used Python testing + engines.

-- cgit v1.2.3