[Zope-Checkins] CVS: Zope3/lib/python/Zope/Configuration/tests - __init__.py:1.1.2.1 testNames.py:1.1.2.2
Tres Seaver
tseaver@zope.com
Fri, 16 Nov 2001 14:45:43 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/Configuration/tests
In directory cvs.zope.org:/tmp/cvs-serv19646/lib/python/Zope/Configuration/tests
Modified Files:
Tag: Zope-3x-branch
testNames.py
Added Files:
Tag: Zope-3x-branch
__init__.py
Log Message:
- Make tests run from top, using testrunner.
=== Added File Zope3/lib/python/Zope/Configuration/tests/__init__.py ===
""" Package-ize tests."""
=== Zope3/lib/python/Zope/Configuration/tests/testNames.py 1.1.2.1 => 1.1.2.2 ===
def setUp(self):
- import Products_
+
+ from Zope.Configuration.tests import Products_
self.old=sys.modules.get('Products', None)
sys.modules['Zope.Products']=Products_