commit | c532c57d44007d22944edce6b12af3d638d5fd3c | [log] [tgz] |
---|---|---|
author | Michael Foord <fuzzyman@voidspace.org.uk> | Sat Jun 05 23:58:40 2010 +0000 |
committer | Michael Foord <fuzzyman@voidspace.org.uk> | Sat Jun 05 23:58:40 2010 +0000 |
tree | 64595706ef2bf3223041489f9fa27c8258e54600 | |
parent | 62c3c794264ee30dfb49cd292cd2e21869b68452 [diff] |
Code formatting change.
diff --git a/Lib/unittest/case.py b/Lib/unittest/case.py index 48e2460..8341b88 100644 --- a/Lib/unittest/case.py +++ b/Lib/unittest/case.py
@@ -163,6 +163,7 @@ # 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