From: Michael Foord Date: Sat, 5 Jun 2010 23:59:34 +0000 (+0000) Subject: Merged revisions 81770 via svnmerge from X-Git-Tag: v3.2a1~622 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d50a6b94b71ea4eab395472cfc0e083d3d795392;p=python Merged revisions 81770 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r81770 | michael.foord | 2010-06-06 00:58:40 +0100 (Sun, 06 Jun 2010) | 1 line Code formatting change. ........ --- diff --git a/Lib/unittest/case.py b/Lib/unittest/case.py index 3a87a2fa3f..d048303e2f 100644 --- a/Lib/unittest/case.py +++ b/Lib/unittest/case.py @@ -175,6 +175,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