[Zope3-checkins] SVN: zope.testing/branches/3.9/src/zope/testing/testrunner/testrunner-layers.txt Use REPORT_NDIFF to make failures easier to understand.
Marius Gedminas
marius at pov.lt
Sat Oct 23 16:14:44 EDT 2010
Log message for revision 117825:
Use REPORT_NDIFF to make failures easier to understand.
This particular doctest chunk fails under Wine: the whole unit test layer is
skipped, leaving just the functional ones.
Changed:
U zope.testing/branches/3.9/src/zope/testing/testrunner/testrunner-layers.txt
-=-
Modified: zope.testing/branches/3.9/src/zope/testing/testrunner/testrunner-layers.txt
===================================================================
--- zope.testing/branches/3.9/src/zope/testing/testrunner/testrunner-layers.txt 2010-10-23 19:55:28 UTC (rev 117824)
+++ zope.testing/branches/3.9/src/zope/testing/testrunner/testrunner-layers.txt 2010-10-23 20:14:44 UTC (rev 117825)
@@ -127,7 +127,7 @@
It is possible to force the layers to run in subprocesses and parallelize them.
>>> sys.argv = [testrunner_script, '-j2']
- >>> testrunner.run_internal(defaults)
+ >>> testrunner.run_internal(defaults) # doctest: +REPORT_NDIFF
Running samplelayers.Layer1 tests:
Set up samplelayers.Layer1 in N.NNN seconds.
Ran 9 tests with 0 failures and 0 errors in N.NNN seconds.
More information about the Zope3-Checkins
mailing list