thirdparty/google_appengine/lib/webob/test
author Pawel Solyga <Pawel.Solyga@gmail.com>
Sat, 21 Mar 2009 00:49:10 +0000
changeset 1973 31d695f737ac
parent 109 620f9b141567
permissions -rwxr-xr-x
Add school name and school country properties to Student Role. For now we will use this solution, and hopefully soon we will introduce new School model. Patch by: Pawel Solyga Reviewed by: to-be-reviewed

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