[Zope-dev] Why doesn't this buildout run the zdaemon tests?
Chris Withers
chris at simplistix.co.uk
Thu Apr 9 12:58:07 EDT 2009
Hi All,
Apologies for the current test failure on trunk, why doesn't the
following testrunner run the zdaemon tests?
[buildout]
parts = test
extends =
http://svn.zope.org/*checkout*/Zope/tags/2.12.0a1/versions-zope2.cfg
versions = versions
develop = Zope zdaemon
[versions]
setuptools = 0.6c9
zc.buildout = 1.2.1
zdaemon =
Zope2 =
[test]
recipe = zc.recipe.testrunner
eggs =
Zope2
As before, "Zope" contains a checkout of the trunk of the Zope2 egg, and
zdaemon contains a checkout of the trunk of zdaemon egg?
Zope2 depends on zdaemon, so why are its tests not getting run when I do
bin/test?
Chris
--
Simplistix - Content Management, Zope & Python Consulting
- http://www.simplistix.co.uk
More information about the Zope-Dev
mailing list