thirdparty/google_appengine/lib/webob/test
author Lennard de Rijk <ljvderijk@gmail.com>
Tue, 29 Sep 2009 20:04:24 +0200
changeset 2991 d6efef2989ac
parent 109 620f9b141567
permissions -rwxr-xr-x
Fixed use of wrong dictionary key in Task Decorators.

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