thirdparty/google_appengine/lib/webob/test
author Lennard de Rijk <ljvderijk@gmail.com>
Mon, 13 Jul 2009 10:18:14 +0200
changeset 2626 17dd9ada27cb
parent 109 620f9b141567
permissions -rwxr-xr-x
Fixed bug where grade_decision would not be properly set in 2 out of 4 cases.

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