[Zope3-checkins] CVS: Zope3/src/zope/event/tests -
__init__.py:1.3.4.1 test_event.py:1.1.4.1
Marius Gedminas
marius at pov.lt
Mon Feb 23 13:19:51 EST 2004
Update of /cvs-repository/Zope3/src/zope/event/tests
In directory cvs.zope.org:/tmp/cvs-serv5456/src/zope/event/tests
Added Files:
Tag: mgedmin-events2-branch
__init__.py test_event.py
Log Message:
The ZODB 4 -> 3.3 transition b0rked the mgedmin-events-branch. Recreated the
changes in mgedmin-events2-branch. I positively hate CVS on moments like this.
=== Added File Zope3/src/zope/event/tests/__init__.py ===
##############################################################################
#
# Copyright (c) 2003 Zope Corporation and Contributors.
# All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
# Version 2.0 (ZPL). A copy of the ZPL should accompany this distribution.
# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
"""Unit tests for zope.event.
$Id: __init__.py,v 1.3.4.1 2004/02/23 18:19:51 mgedmin Exp $
"""
=== Added File Zope3/src/zope/event/tests/test_event.py ===
##############################################################################
#
# Copyright (c) 2004 Zope Corporation and Contributors.
# All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
# Version 2.0 (ZPL). A copy of the ZPL should accompany this distribution.
# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
"""Unit tests for zope.event
$Id: test_event.py,v 1.1.4.1 2004/02/23 18:19:51 mgedmin Exp $
"""
import unittest
from zope.testing.doctestunit import DocTestSuite
def test_suite():
return DocTestSuite('zope.event')
if __name__ == '__main__':
unittest.main()
More information about the Zope3-Checkins
mailing list