Commit 903bf683 authored by Łukasz Nowak's avatar Łukasz Nowak

- allow to run unit tests


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33038 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 874f4e74
......@@ -3,10 +3,20 @@ extends = ../profiles/deployment.cfg
parts +=
zope-instance
runUnitTest
[software_definition]
software_home = ${buildout:directory}
[runUnitTest]
recipe = erp5.recipe.testrunner
zope2-location = ${zope-instance:zope2-location}
products =
${software_definition:products-zope}
${zope-instance:products}
bt5_path = ${software_definition:bt5-erp5}
instance-home = ${zope-instance:instancehome}
[zope-instance]
# developer by default want to have updatable Data.fs
force-zodb-update = true
......
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