thirdparty/google_appengine/lib/webob/test
author Augie Fackler <durin42@gmail.com>
Sun, 26 Oct 2008 21:36:29 +0000
changeset 423 25665d645fa8
parent 109 620f9b141567
permissions -rwxr-xr-x
Add javascript expandable menus. Patch by: Dmitri Gaskin Review by: Augie Fackler

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