thirdparty/google_appengine/lib/webob/test
author Pawel Solyga <Pawel.Solyga@gmail.com>
Fri, 03 Apr 2009 17:19:46 +0000
changeset 2068 f5e8fbbd3bea
parent 109 620f9b141567
permissions -rwxr-xr-x
Style fixes and removal of unused imports in soc.logic.helper modules. Patch by: Pawel Solyga Reviewed by: to-be-reviewed

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