basic setup for menu.py and unit testing

git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@542 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
helmutm 2005-08-13 17:12:36 +00:00
parent 845ae56cf3
commit 06a9137517

View file

@ -5,3 +5,7 @@ We first set up a test environment:
>>> from zope.app.testing import ztapi
Create a menu:
>>> m1 = Menu()