thirdparty/google_appengine/lib/webob/test
author Sverre Rabbelier <srabbelier@gmail.com>
Wed, 19 Nov 2008 08:39:29 +0000
changeset 505 4f0b8d80e99a
parent 109 620f9b141567
permissions -rwxr-xr-x
Fix user key stuff Key field for user is now link_name, instead of account, as such the method's used by 'create new user' should be updated.

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