thirdparty/google_appengine/lib/webob/test
author Todd Larsen <tlarsen@google.com>
Sun, 23 Nov 2008 07:15:13 +0000
changeset 578 0f34318f5693
parent 109 620f9b141567
permissions -rwxr-xr-x
Add release tag string, Melange "badge" image, and Google App Engine version to base.html template. Patch by: Todd Larsen

#!/bin/sh
NOSE_WITH_DOCTEST=t
export NOSE_WITH_DOCTEST
NOSE_DOCTEST_EXTENSION=txt
export NOSE_DOCTEST_EXTENSION
#NOSE_DETAILED_ERRORS=t
#export NOSE_DETAILED_ERRORS
nosetests $*