[Zope3-checkins] SVN: zope.testing/branches/regebro-python3-reloaded/src/zope/testing/testrunner/testrunner-ex/sample2/sampletests_1.py Having it as an option within the doctest works though.
Lennart Regebro
regebro at gmail.com
Tue Dec 8 05:58:42 EST 2009
Log message for revision 106274:
Having it as an option within the doctest works though.
Changed:
U zope.testing/branches/regebro-python3-reloaded/src/zope/testing/testrunner/testrunner-ex/sample2/sampletests_1.py
-=-
Modified: zope.testing/branches/regebro-python3-reloaded/src/zope/testing/testrunner/testrunner-ex/sample2/sampletests_1.py
===================================================================
--- zope.testing/branches/regebro-python3-reloaded/src/zope/testing/testrunner/testrunner-ex/sample2/sampletests_1.py 2009-12-08 10:57:00 UTC (rev 106273)
+++ zope.testing/branches/regebro-python3-reloaded/src/zope/testing/testrunner/testrunner-ex/sample2/sampletests_1.py 2009-12-08 10:58:41 UTC (rev 106274)
@@ -16,6 +16,7 @@
def eek(self):
"""
+ doctest: +REPORT_NDIFF
>>> x = y
>>> x
More information about the Zope3-Checkins
mailing list