thirdparty/google_appengine/lib/webob/test
author Sverre Rabbelier <srabbelier@gmail.com>
Sat, 07 Feb 2009 22:47:51 +0000
changeset 1247 eaf9d539382f
parent 109 620f9b141567
permissions -rwxr-xr-x
If there is no user account, don't show New Document link under Site Patch by: Sverre Rabbelier

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