thirdparty/google_appengine/lib/webob/test
author Sverre Rabbelier <srabbelier@gmail.com>
Mon, 14 Sep 2009 18:44:46 +0200
changeset 2916 a7b7e67c0667
parent 109 620f9b141567
permissions -rwxr-xr-x
Manually call start and end in test_sidebar Since we are not using a request directly we need to manually do the set-up and tear-down required.

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