-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtests.cfg
40 lines (35 loc) · 867 Bytes
/
tests.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[buildout]
parts +=
test
coverage-test
coverage-report
robot
[test]
recipe = zc.recipe.testrunner
eggs =
${buildout:eggs}
collective.contact.core [test]
collective.contact.widget [test]
collective.dms.basecontent [test]
collective.dms.mailcontent [test]
collective.task [test]
collective.z3cform.rolefield [test]
pfwbged.basecontent [test]
pfwbged.policy [test]
collective.documentviewer [test]
defaults = ['--auto-color', '--auto-progress']
[coverage-test]
recipe = zc.recipe.testrunner
eggs = ${test:eggs}
defaults = ['--coverage', '../../coverage', '-v', '--auto-progress']
[coverage-report]
recipe = zc.recipe.egg
eggs = z3c.coverage
scripts = coveragereport
arguments = ('coverage', 'report')
[robot]
recipe = zc.recipe.egg
eggs =
Pillow
${test:eggs}
plone.app.robotframework[ride,reload]