thirdparty/google_appengine/lib/webob/test
author David Anderson <david.jc.anderson@gmail.com>
Fri, 13 Mar 2009 03:11:42 +0000
changeset 1827 c03995a6a88e
parent 109 620f9b141567
permissions -rwxr-xr-x
Move run() into the util module.

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