[Checkins] SVN: zope.configuration/branches/tseaver-test_cleanup/docs/narr.rst Ensure doctests pass under tox.

Tres Seaver cvs-admin at zope.org
Wed May 9 05:51:15 UTC 2012


Log message for revision 125756:
  Ensure doctests pass under tox.

Changed:
  U   zope.configuration/branches/tseaver-test_cleanup/docs/narr.rst

-=-
Modified: zope.configuration/branches/tseaver-test_cleanup/docs/narr.rst
===================================================================
--- zope.configuration/branches/tseaver-test_cleanup/docs/narr.rst	2012-05-09 05:51:08 UTC (rev 125755)
+++ zope.configuration/branches/tseaver-test_cleanup/docs/narr.rst	2012-05-09 05:51:12 UTC (rev 125756)
@@ -688,15 +688,15 @@
    >>> logged = [x.msg for x in handler.buffer]
    >>> logged[0].startswith('include ')
    True
-   >>> logged[0].endswith('src/zope/configuration/tests/excludedemo/configure.zcml')
+   >>> logged[0].endswith('zope/configuration/tests/excludedemo/configure.zcml')
    True
    >>> logged[1].startswith('include ')
    True
-   >>> logged[1].endswith('src/zope/configuration/tests/excludedemo/sub/configure.zcml')
+   >>> logged[1].endswith('zope/configuration/tests/excludedemo/sub/configure.zcml')
    True
    >>> logged[2].startswith('include ')
    True
-   >>> logged[2].endswith('src/zope/configuration/tests/excludedemo/spam.zcml')
+   >>> logged[2].endswith('zope/configuration/tests/excludedemo/spam.zcml')
    True
    >>> del handler.buffer[:]
 
@@ -711,15 +711,15 @@
    >>> logged = [x.msg for x in handler.buffer]
    >>> logged[0].startswith('include ')
    True
-   >>> logged[0].endswith('src/zope/configuration/tests/excludedemo/configure.zcml')
+   >>> logged[0].endswith('zope/configuration/tests/excludedemo/configure.zcml')
    True
    >>> logged[1].startswith('include ')
    True
-   >>> logged[1].endswith('src/zope/configuration/tests/excludedemo/sub/configure.zcml')
+   >>> logged[1].endswith('zope/configuration/tests/excludedemo/sub/configure.zcml')
    True
    >>> logged[2].startswith('include ')
    True
-   >>> logged[2].endswith('src/zope/configuration/tests/excludedemo/spam.zcml')
+   >>> logged[2].endswith('zope/configuration/tests/excludedemo/spam.zcml')
    True
    >>> del handler.buffer[:]
 
@@ -741,7 +741,7 @@
    >>> logged = [x.msg for x in handler.buffer]
    >>> logged[0].startswith('include ')
    True
-   >>> logged[0].endswith('src/zope/configuration/tests/excludedemo/configure.zcml')
+   >>> logged[0].endswith('zope/configuration/tests/excludedemo/configure.zcml')
    True
 
 



More information about the checkins mailing list