diff --git a/buildout.cfg b/buildout.cfg index 00b3e29..094516a 100644 --- a/buildout.cfg +++ b/buildout.cfg @@ -1,2 +1,28 @@ [buildout] -extends = https://raw.githubusercontent.com/IMIO/buildout.pm/refs/heads/master/communes-dev.cfg \ No newline at end of file +extends = https://raw.githubusercontent.com/IMIO/buildout.pm/refs/heads/master/communes-dev.cfg + +auto-checkout += + Products.MeetingNamur + +parts += + testnamur + +[instance1] +eggs += + Products.MeetingNamur + +zcml += + Products.MeetingNamur + Products.MeetingCommunes + imio.pm.locales + +[sources] +Products.MeetingNamur = git ${remotes:imio}/Products.MeetingNamur.git pushurl=${remotes:imio_push}/Products.MeetingNamur.git branch=master + +[testnamur] +recipe = zc.recipe.testrunner +defaults = ['--auto-color', '--auto-progress', '-s', 'Products.MeetingNamur'] +eggs = + ${test:eggs} + Products.MeetingNamur [test] +environment = testenv \ No newline at end of file