[buildout] index = http://download.zope.org/zope3.4 develop = . parts = schooltool.ldap test newest = false [schooltool.ldap] recipe = zc.recipe.egg unzip = true eggs = schooltool.ldap [test] recipe = zc.recipe.testrunner eggs = schooltool.ldap defaults = ['--exit-with-status', '--tests-pattern', '^f?tests$', '-v']