thirdparty/google_appengine/lib/webob/test
author Lennard de Rijk <ljvderijk@gmail.com>
Fri, 03 Jul 2009 17:55:36 +0200
changeset 2508 17caa9f1c683
parent 109 620f9b141567
permissions -rwxr-xr-x
Added missing import to ProjectSurvey 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 $*