thirdparty/google_appengine/lib/webob/test
author Madhusudan.C.S <madhusudancs@gmail.com>
Wed, 26 Aug 2009 17:31:34 +0200
changeset 2807 e716cd6a6de3
parent 109 620f9b141567
permissions -rwxr-xr-x
GHOPComment Logic is made to inherit from base Logic and made ID based. This matches the recent changes to the GHOP Comment model. Reviewed by: Lennard de Rijk

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