[Zope-Checkins] CVS: Zope - test.py:1.2.2.8
Stefan H. Holek
stefan at epy.co.at
Fri Jul 30 13:53:45 EDT 2004
Update of /cvs-repository/Zope
In directory cvs.zope.org:/tmp/cvs-serv7279
Modified Files:
Tag: Zope-2_7-branch
test.py
Log Message:
No ftesting.zcml in Zope2.
=== Zope/test.py 1.2.2.7 => 1.2.2.8 ===
--- Zope/test.py:1.2.2.7 Fri Jul 30 05:51:15 2004
+++ Zope/test.py Fri Jul 30 13:53:45 2004
@@ -379,12 +379,6 @@
if self.libdir not in sys.path:
sys.path.insert(0, self.libdir)
print "Running %s tests from %s" % (kind, self.libdir)
- # Make sure functional tests find ftesting.zcml
- if functional:
- config_file = 'ftesting.zcml'
- print "Parsing %s" % config_file
- from zope.testing.functional import FunctionalTestSetup
- FunctionalTestSetup(config_file)
def match(rx, s):
if not rx:
More information about the Zope-Checkins
mailing list