thirdparty/google_appengine/lib/webob/test
author Todd Larsen <tlarsen@google.com>
Tue, 23 Sep 2008 23:20:23 +0000
changeset 189 1cf3e7531382
parent 109 620f9b141567
permissions -rwxr-xr-x
Split out HTTP request manipulation functions from template_helpers.py, which is in danger of becoming a "misc" or "util" module unnecessarily.

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