From dedca540996f337f3965fb87531fd03d7e27e417 Mon Sep 17 00:00:00 2001 From: Thomas Kriechbaumer Date: Tue, 16 Feb 2016 20:34:14 +0100 Subject: rename pathod source directory --- pathod/libpathod/templates/docs_test.html | 50 ------------------------------- 1 file changed, 50 deletions(-) delete mode 100644 pathod/libpathod/templates/docs_test.html (limited to 'pathod/libpathod/templates/docs_test.html') diff --git a/pathod/libpathod/templates/docs_test.html b/pathod/libpathod/templates/docs_test.html deleted file mode 100644 index 0502c984..00000000 --- a/pathod/libpathod/templates/docs_test.html +++ /dev/null @@ -1,50 +0,0 @@ -{% extends "docframe.html" %} {% block body %} - - -

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. -

- -

The canonical docs can be accessed using pydoc:

- -
pydoc libpathod.test
- -

- 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. -

- -
- - - {% include "examples_context.html" %} -
- -
- - - {% include "examples_setup.html" %} -
- -
- - - {% include "examples_setupall.html" %} -
-{% endblock %} -- cgit v1.2.3