SVN: zope.testing/trunk/CHANGES.txt Fix ReStructuredText errors.
Marius Gedminas <[email protected]> Wed, 27 Jan 2010 03:30:41 -0500 (EST)
| Newsgroups | gmane.comp.web.zope.zope3.cvs |
|---|---|
| Message-ID | <[email protected]> |
Log message for revision 108556: Fix ReStructuredText errors. Changed: U zope.testing/trunk/CHANGES.txt -=- Modified: zope.testing/trunk/CHANGES.txt =================================================================== --- zope.testing/trunk/CHANGES.txt 2010-01-27 08:27:15 UTC (rev 108555) +++ zope.testing/trunk/CHANGES.txt 2010-01-27 08:30:41 UTC (rev 108556) @@ -36,8 +36,9 @@ - Added two new options to generate randomly ordered list of tests and to select a specific order of tests. -- RENormalizing checkers can be combined via `` + `` now: ``checker1 + -checker2`` creates a checker with the transformations of both checkers. +- RENormalizing checkers can be combined via ``+`` now: + ``checker1 + checker2`` creates a checker with the transformations of both + checkers. - Test fixes for Python 2.7.