thirdparty/google_appengine/lib/webob/test
author Lennard de Rijk <ljvderijk@gmail.com>
Wed, 21 Jan 2009 13:55:06 +0000
changeset 866 6c918ceba37a
parent 109 620f9b141567
permissions -rwxr-xr-x
Fixed a typo in the comments of soc/views/helper/forms.py Patch 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 $*