[Checkins] SVN: z3c.recipe.eggbasket/trunk/z3c/recipe/eggbasket/tests/test_docs.py Show all errors on test runs.

Uli Fouquet uli at gnufix.de
Fri Apr 17 15:11:55 EDT 2009


Log message for revision 99253:
  Show all errors on test runs.

Changed:
  U   z3c.recipe.eggbasket/trunk/z3c/recipe/eggbasket/tests/test_docs.py

-=-
Modified: z3c.recipe.eggbasket/trunk/z3c/recipe/eggbasket/tests/test_docs.py
===================================================================
--- z3c.recipe.eggbasket/trunk/z3c/recipe/eggbasket/tests/test_docs.py	2009-04-17 18:59:13 UTC (rev 99252)
+++ z3c.recipe.eggbasket/trunk/z3c/recipe/eggbasket/tests/test_docs.py	2009-04-17 19:11:55 UTC (rev 99253)
@@ -11,9 +11,12 @@
 from zope.testing import doctest, renormalizing
 
 optionflags =  (doctest.ELLIPSIS |
-                doctest.NORMALIZE_WHITESPACE |
-                doctest.REPORT_ONLY_FIRST_FAILURE)
+                doctest.NORMALIZE_WHITESPACE)
 
+# Disable this option for now. We want to see all errors.
+#
+#               | doctest.REPORT_ONLY_FIRST_FAILURE)
+
 def setUp(test):
     zc.buildout.testing.buildoutSetUp(test)
 



More information about the Checkins mailing list