]> granicus.if.org Git - python/commitdiff
Merged revisions 81770 via svnmerge from
authorMichael Foord <fuzzyman@voidspace.org.uk>
Sat, 5 Jun 2010 23:59:34 +0000 (23:59 +0000)
committerMichael Foord <fuzzyman@voidspace.org.uk>
Sat, 5 Jun 2010 23:59:34 +0000 (23:59 +0000)
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.
........

Lib/unittest/case.py

index 3a87a2fa3fd0f5688797a113bdb711e7ea14d6e0..d048303e2f2a11908aa2f29e3e0626486d9425a0 100644 (file)
@@ -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