thirdparty/google_appengine/lib/webob/test
author Todd Larsen <tlarsen@google.com>
Wed, 14 Jan 2009 20:05:05 +0000
changeset 805 6aaf4c33db0b
parent 109 620f9b141567
permissions -rwxr-xr-x
Add a ReferenceProperty pointing to a Terms of Service Document. Patch by: Todd Larsen Review by: to-be-reviewed

#!/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 $*