thirdparty/google_appengine/lib/webob/test
author Dmitri Gaskin <dmitrig01@gmail.com>
Sat, 08 Nov 2008 17:40:12 +0000
changeset 450 365c2cc68bd7
parent 109 620f9b141567
permissions -rwxr-xr-x
Making the docs template prettier

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