We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84e95d8 commit b2e0dcdCopy full SHA for b2e0dcd
1 file changed
Lib/unittest/case.py
@@ -163,6 +163,7 @@ class TestCase(object):
163
# This attribute sets the maximum length of a diff in failure messsages
164
# by assert methods using difflib. It is looked up as an instance attribute
165
# so can be configured by individual tests if required.
166
+
167
maxDiff = 80*8
168
169
# Attribute used by TestSuite for classSetUp
0 commit comments