Skip to content

Commit

Permalink
fix(ci/cd): add testnamur
Browse files Browse the repository at this point in the history
  • Loading branch information
remdub committed Oct 18, 2024
1 parent 675ad85 commit 3943e70
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion buildout.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,28 @@
[buildout]
extends = https://raw.githubusercontent.com/IMIO/buildout.pm/refs/heads/master/communes-dev.cfg
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

0 comments on commit 3943e70

Please sign in to comment.