Commit a8df9ec8 authored by Stefan H. Holek's avatar Stefan H. Holek

No ftesting.zcml in Zope2.

parent 9832090c
...@@ -378,12 +378,6 @@ class PathInit: ...@@ -378,12 +378,6 @@ class PathInit:
if self.libdir not in sys.path: if self.libdir not in sys.path:
sys.path.insert(0, self.libdir) sys.path.insert(0, self.libdir)
print "Running %s tests from %s" % (kind, 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): def match(rx, s):
if not rx: if not rx:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment