[Zope3-checkins] SVN: zope.testing/trunk/src/zope/testing/doctest.txt add regression test for bug fixed in 109970

Godefroid Chapelle gotcha at bubblenet.be
Mon Mar 15 06:24:08 EDT 2010


Log message for revision 109975:
  add regression test for bug fixed in 109970
  thanks for the reminder, mgedmin
  

Changed:
  U   zope.testing/trunk/src/zope/testing/doctest.txt

-=-
Modified: zope.testing/trunk/src/zope/testing/doctest.txt
===================================================================
--- zope.testing/trunk/src/zope/testing/doctest.txt	2010-03-15 10:23:01 UTC (rev 109974)
+++ zope.testing/trunk/src/zope/testing/doctest.txt	2010-03-15 10:24:08 UTC (rev 109975)
@@ -30,3 +30,10 @@
   >>> result = unittest.TestResult()
   >>> doctest.DocFileSuite(fn, module_relative=False).run(result) #doctest: +ELLIPSIS
   <...TestResult run=1 errors=0 failures=0>
+
+Regression tests
+----------------
+
+This section is about regression tests of ``zope.testing`` itself.
+
+  >>> from zope.testing.doctest import *



More information about the Zope3-Checkins mailing list