changeset 60:46f5fd27ee54

stub testing TTW
author Jeff Hammel <jhammel@mozilla.com>
date Thu, 01 Mar 2012 15:45:39 -0800
parents 26139fb1de98
children 53ec5144f84f
files tests/test_ttw.txt
diffstat 1 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/test_ttw.txt	Thu Mar 01 15:45:39 2012 -0800
@@ -0,0 +1,12 @@
+Test Through The Web
+====================
+
+Test ``simpypi`` through the web with a test server.
+
+The obligatory imports::
+
+    >>> from simpypi.factory import factory
+
+Create a WSGI app::
+
+    >>> app = factory(directory=directory)