From e037fe05ff1f0c2893b3f51e06e0261ca4245d63 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Tue, 7 Jun 2016 12:55:32 +1200 Subject: Migrate pathod docs to Sphinx All the content of the pathod docs are moved into Sphinx. The interactive format has not translated well to static docs, and there's still a lot of rewriting, format fixing, structuring, etc to be done. --- pathod/templates/docs_test.html | 50 ----------------------------------------- 1 file changed, 50 deletions(-) delete mode 100644 pathod/templates/docs_test.html (limited to 'pathod/templates/docs_test.html') diff --git a/pathod/templates/docs_test.html b/pathod/templates/docs_test.html deleted file mode 100644 index ecd84bc7..00000000 --- a/pathod/templates/docs_test.html +++ /dev/null @@ -1,50 +0,0 @@ -{% extends "docframe.html" %} {% block body %} - - -

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