[Zope-dev] running all Zope 2 tests on trunk?

Chris Withers chris at simplistix.co.uk
Thu Apr 9 05:12:13 EDT 2009


Hey All,

Is this buildout sufficient to run all the Zope 2 tests on trunk:

[buildout]
parts = test
extends = 
http://svn.zope.org/*checkout*/Zope/tags/2.12.0a1/versions-zope2.cfg
develop = Zope

# Zope is a checkout of:
# svn+ssh://chrisw@svn.zope.org/repos/main/Zope/trunk

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

cheers,

Chris

-- 
Simplistix - Content Management, Zope & Python Consulting
            - http://www.simplistix.co.uk


More information about the Zope-Dev mailing list