thirdparty/google_appengine/lib/webob/test
author Todd Larsen <tlarsen@google.com>
Fri, 21 Nov 2008 08:13:52 +0000
changeset 531 b74bf6bf1ccf
parent 109 620f9b141567
permissions -rwxr-xr-x
Make editSelf() work by adding 'inheritance_line' to the list of excluded fields in the UserForm. Also, fix a few too-long lines and add some missing parentheses (the style guide says do not rely on operator precedence). Patch by: Todd Larsen

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