[Zope3-checkins] CVS: Zope3/src/zope/app/apidoc - __init__.py:1.5
Stephan Richter
srichter at cosmos.phy.tufts.edu
Sun Mar 28 18:39:11 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/apidoc
In directory cvs.zope.org:/tmp/cvs-serv21907/src/zope/app/apidoc
Modified Files:
__init__.py
Log Message:
Cleaned up tests.
=== Zope3/src/zope/app/apidoc/__init__.py 1.4 => 1.5 ===
--- Zope3/src/zope/app/apidoc/__init__.py:1.4 Wed Mar 3 05:38:30 2004
+++ Zope3/src/zope/app/apidoc/__init__.py Sun Mar 28 18:39:08 2004
@@ -33,9 +33,6 @@
Demonstration::
- >>> from zope.app.apidoc import tests
- >>> tests.setUp()
-
>>> doc = APIDocumentation(None, '++apidoc++')
>>> doc.get('ZCML').title
'ZCML Reference'
@@ -46,8 +43,6 @@
>>> print '\n'.join([id for id, mod in doc.items()])
Interface
ZCML
-
- >>> tests.tearDown()
"""
implements(ILocation)
More information about the Zope3-Checkins
mailing list