[Zope3-checkins] 
	SVN: zope.testing/branches/colorized-output/src/zope/testing/testrunner.py
	Show that I care.
    Marius Gedminas 
    marius at pov.lt
       
    Fri Jul 13 11:21:48 EDT 2007
    
    
  
Log message for revision 77868:
  Show that I care.
  
  
Changed:
  U   zope.testing/branches/colorized-output/src/zope/testing/testrunner.py
-=-
Modified: zope.testing/branches/colorized-output/src/zope/testing/testrunner.py
===================================================================
--- zope.testing/branches/colorized-output/src/zope/testing/testrunner.py	2007-07-13 15:19:44 UTC (rev 77867)
+++ zope.testing/branches/colorized-output/src/zope/testing/testrunner.py	2007-07-13 15:21:47 UTC (rev 77868)
@@ -568,6 +568,8 @@
     test failures helps the developer.
     """
 
+    # These colors are carefully chosen to have enough contrast
+    # on terminals with both black and white background.
     colorscheme = {'normal': 'normal',
                    'default': 'default',
                    'info': 'normal',
    
    
More information about the Zope3-Checkins
mailing list