[Python-checkins] r81770 - python/trunk/Lib/unittest/case.py

michael.foord python-checkins at python.org
Sun Jun 6 01:58:40 CEST 2010


Author: michael.foord
Date: Sun Jun  6 01:58:40 2010
New Revision: 81770

Log:
Code formatting change.

Modified:
   python/trunk/Lib/unittest/case.py

Modified: python/trunk/Lib/unittest/case.py
==============================================================================
--- python/trunk/Lib/unittest/case.py	(original)
+++ python/trunk/Lib/unittest/case.py	Sun Jun  6 01:58:40 2010
@@ -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


More information about the Python-checkins mailing list