Commit c532c57d authored by Michael Foord's avatar Michael Foord

Code formatting change.

parent 62c3c794
...@@ -163,6 +163,7 @@ class TestCase(object): ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment