[Zope-dev] Why doesn't this buildout run the zdaemon tests?

Hanno Schlichting hannosch at hannosch.eu
Thu Apr 9 13:08:29 EDT 2009


Chris Withers wrote:
> Apologies for the current test failure on trunk, why doesn't the 
> following testrunner run the zdaemon tests?

The testrunner recipe only puts the things in its own eggs section onto
the test path, so you need to do:

[test]
recipe = zc.recipe.testrunner
eggs =
   Zope2
   zdaemon

Look at the alltests.cfg in trunk, to see how we run the tests for Zope2
and all its interesting dependencies.

Hanno



More information about the Zope-Dev mailing list