From: Michael Foord Date: Sat, 5 Jun 2010 23:58:40 +0000 (+0000) Subject: Code formatting change. X-Git-Tag: v2.7rc1~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c532c57d44007d22944edce6b12af3d638d5fd3c;p=python Code formatting change. --- diff --git a/Lib/unittest/case.py b/Lib/unittest/case.py index 48e2460241..8341b885af 100644 --- a/Lib/unittest/case.py +++ b/Lib/unittest/case.py @@ -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