mirror of https://github.com/python/cpython.git
Code formatting change.
This commit is contained in:
parent
62c3c79426
commit
c532c57d44
|
@ -163,6 +163,7 @@ class TestCase(object):
|
||||||
# This attribute sets the maximum length of a diff in failure messsages
|
# 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
|
# by assert methods using difflib. It is looked up as an instance attribute
|
||||||
# so can be configured by individual tests if required.
|
# so can be configured by individual tests if required.
|
||||||
|
|
||||||
maxDiff = 80*8
|
maxDiff = 80*8
|
||||||
|
|
||||||
# Attribute used by TestSuite for classSetUp
|
# Attribute used by TestSuite for classSetUp
|
||||||
|
|
Loading…
Reference in New Issue