[Checkins] SVN: z3c.recipe.usercrontab/trunk/src/z3c/recipe/usercrontab/tests.py added NDIFF report option

Reinout van Rees reinout at vanrees.org
Tue Jun 16 09:15:39 EDT 2009


Log message for revision 101078:
  added NDIFF report option
  

Changed:
  U   z3c.recipe.usercrontab/trunk/src/z3c/recipe/usercrontab/tests.py

-=-
Modified: z3c.recipe.usercrontab/trunk/src/z3c/recipe/usercrontab/tests.py
===================================================================
--- z3c.recipe.usercrontab/trunk/src/z3c/recipe/usercrontab/tests.py	2009-06-16 13:13:09 UTC (rev 101077)
+++ z3c.recipe.usercrontab/trunk/src/z3c/recipe/usercrontab/tests.py	2009-06-16 13:15:39 UTC (rev 101078)
@@ -16,6 +16,7 @@
 
 optionflags = (doctest.ELLIPSIS
                |doctest.NORMALIZE_WHITESPACE
+               |doctest.REPORT_NDIFF
                )
 
 



More information about the Checkins mailing list