Code formatting change.

This commit is contained in:
Michael Foord 2010-06-05 23:58:40 +00:00
parent 62c3c79426
commit c532c57d44
1 changed files with 1 additions and 0 deletions

View File

@ -163,6 +163,7 @@ class TestCase(object):
# This attribute sets the maximum length of a diff in failure messsages
# by assert methods using difflib. It is looked up as an instance attribute
# so can be configured by individual tests if required.
maxDiff = 80*8
# Attribute used by TestSuite for classSetUp