thirdparty/google_appengine/lib/webob/test
author Daniel Hans <Daniel.M.Hans@gmail.com>
Wed, 04 Nov 2009 21:37:44 +0100
changeset 3079 c491d96dce2c
parent 109 620f9b141567
permissions -rwxr-xr-x
Fixed 'Register as a student' link problem for GHOP program. Params and new_params in student view are also sub-merged now, so the apply pattern may be used by GHOP student view.

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