SVN: zope.testing/trunk/src/zope/testing/doctest.txt add regression test for bug fixed in 109970
Godefroid Chapelle <[email protected]> Mon, 15 Mar 2010 06:24:08 -0400 (EDT)
| Newsgroups | gmane.comp.web.zope.zope3.cvs |
|---|---|
| Message-ID | <[email protected]> |
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 *