# HG changeset patch # User Jeff Hammel # Date 1330645539 28800 # Node ID 46f5fd27ee54d8d6fdb51338e7833df24a9bb446 # Parent 26139fb1de98519d5255b56763074b83938cd606 stub testing TTW diff -r 26139fb1de98 -r 46f5fd27ee54 tests/test_ttw.txt --- /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)