thirdparty/google_appengine/lib/webob/test
author Lennard de Rijk <ljvderijk@gmail.com>
Wed, 12 Aug 2009 10:17:08 -0700
changeset 2761 a315c83b6d74
parent 109 620f9b141567
permissions -rwxr-xr-x
Added basic GSoC module models. These models will be filled with GSoC specific entries once the transformation is complete.

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