thirdparty/google_appengine/lib/webob/test
author Daniel Diniz <ajaksu@gmail.com>
Thu, 02 Jul 2009 18:33:13 +0200
changeset 2495 0113c2de89d3
parent 109 620f9b141567
permissions -rwxr-xr-x
Enable the ProjectSurvey and GradingProjectSurvey views in the core. Also add menu items to the program menu for easy access to these options. Reviewed by: Lennard de Rijk

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