[Checkins] SVN: zc.recipe.deployment/trunk/src/zc/recipe/deployment/tests.py Never ever ever set reporting options in the test suite definition.

jim cvs-admin at zope.org
Thu May 17 14:53:34 UTC 2012


Log message for revision 125964:
  Never ever ever set reporting options in the test suite definition.
  They can't be overridden on the command line.  If you want
  diffs, ask for them when you run the test runner.
  

Changed:
  U   zc.recipe.deployment/trunk/src/zc/recipe/deployment/tests.py

-=-
Modified: zc.recipe.deployment/trunk/src/zc/recipe/deployment/tests.py
===================================================================
--- zc.recipe.deployment/trunk/src/zc/recipe/deployment/tests.py	2012-05-17 14:40:02 UTC (rev 125963)
+++ zc.recipe.deployment/trunk/src/zc/recipe/deployment/tests.py	2012-05-17 14:53:31 UTC (rev 125964)
@@ -79,7 +79,6 @@
 
                 (re.compile('/.*/sample-buildout'), 'PREFIX'),
                ]),
-            optionflags = doctest.REPORT_NDIFF,
             ),
         ))
 



More information about the checkins mailing list