comparison tests/test_ttw.txt @ 60:46f5fd27ee54

stub testing TTW
author Jeff Hammel <jhammel@mozilla.com>
date Thu, 01 Mar 2012 15:45:39 -0800
parents
children 53ec5144f84f
comparison
equal deleted inserted replaced
59:26139fb1de98 60:46f5fd27ee54
1 Test Through The Web
2 ====================
3
4 Test ``simpypi`` through the web with a test server.
5
6 The obligatory imports::
7
8 >>> from simpypi.factory import factory
9
10 Create a WSGI app::
11
12 >>> app = factory(directory=directory)