[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/Security/tests - testmodule.py:1.1.2.1

Ken Manheimer klm@zope.com
Fri, 30 Nov 2001 14:41:34 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/App/Security/tests
In directory cvs.zope.org:/tmp/cvs-serv22879/tests

Added Files:
      Tag: Zope-3x-branch
	testmodule.py 
Log Message:
Necessary to work around bizarreness that test framework imposes on
the module namespace.


=== Added File Zope3/lib/python/Zope/App/Security/tests/testmodule.py ===
"""This empty module is for containing objects used in the course of tests.

(There is a problem with the way the unit tests interact with the modules
being tests, so the objects can't be expected to show up in place.)"""