Mercurial > hg > simpypi
view 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 |
line wrap: on
line source
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)