thirdparty/google_appengine/lib/webob/test
author Augie Fackler <durin42@gmail.com>
Tue, 27 Jan 2009 04:09:57 +0000
changeset 1008 ae1a36ef7cff
parent 109 620f9b141567
permissions -rwxr-xr-x
Fix testing views, which broke because now we need to register a proxy for the memcache API as well. Patch By: Augie Fackler <durin42@gmail.com> Review By: TBR

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