Skip to content

Commit 4a0f27d

Browse files
committed
Added file to create bin/testprod, an executable that will execute test with production environnement, this ensure that release is correct
See #PM-3768
1 parent fb91abe commit 4a0f27d

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

prod-test.cfg

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[buildout]
2+
3+
extends =
4+
dev.cfg
5+
6+
auto-checkout =
7+
8+
parts =
9+
testprod
10+
11+
[testprod]
12+
recipe = zc.recipe.testrunner
13+
defaults = ['--auto-color', '--auto-progress', '-s', 'Products.MeetingCommunes', '-s', 'plonemeeting.restapi']
14+
eggs =
15+
${test:eggs}
16+
Products.MeetingCommunes [test]
17+
environment = testenv

0 commit comments

Comments
 (0)