thirdparty/google_appengine/lib/webob/test
author Daniel Diniz <ajaksu@gmail.com>
Sun, 28 Jun 2009 14:45:08 +0200
changeset 2434 f6d45459b6b4
parent 109 620f9b141567
permissions -rwxr-xr-x
Added redirect for use in Surveys. Also some minor style changes. Patch by: Daniel Diniz 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 $*