-
Notifications
You must be signed in to change notification settings - Fork 6
/
dev.cfg
102 lines (85 loc) · 1.79 KB
/
dev.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
[buildout]
extends =
varnish.cfg
versions.cfg
coverage.cfg
extensions = mr.developer
auto-checkout =
develop = .
eggs =
unzip = true
versions = versions
parts +=
instance
test
coverage-test
coverage-report
omelette
plonesite
i18ndude
i18n
robot
pytest
package-name = collective.jekyll
[sources]
gocept.pytestlayer = hg https://bitbucket.org/gocept/gocept.pytestlayer
[versions]
robotframework = 3.0.2
selenium = 3.8.0
robotsuite = 2.0.0
Pillow = 5.0.0
py = 1.5.3
pytest = 3.6.2
setuptools = 37.0.0
zc.recipe.egg = 2.0.4
zc.buildout = 2.11.5
setuptools = 39.2.0
gocept.pytestlayer = 5.1
[instance]
recipe = plone.recipe.zope2instance
user = admin:admin
http-address = 8080
eggs =
collective.jekyll
Pillow
zcml =
collective.jekyll:testing.zcml
environment-vars = zope_i18n_compile_mo_files true
[test]
recipe = zc.recipe.testrunner
eggs =
collective.jekyll [test]
defaults = ['-s', 'collective.jekyll']
[coverage-test]
recipe = zc.recipe.testrunner
eggs = ${test:eggs}
defaults = ['--coverage', '${buildout:directory}/coverage']
[coverage-report]
recipe = zc.recipe.egg
eggs = z3c.coverage
arguments = ('coverage', 'coverage/report')
[plonesite]
recipe = collective.recipe.plonesite
site-replace = True
site-id = plone
profiles = collective.jekyll:testing
[i18n]
recipe = collective.recipe.template
directory = ${buildout:directory}/src/collective/jekyll/locales
input = ${buildout:directory}/templates/update-i18n.in
output = ${buildout:directory}/bin/update-i18n
[i18ndude]
recipe = zc.recipe.egg
[omelette]
recipe = collective.recipe.omelette
eggs = ${test:eggs}
[robot]
recipe = zc.recipe.egg
eggs =
Pillow
${test:eggs}
plone.app.robotframework[reload]
[pytest]
recipe = zc.recipe.egg
eggs = collective.jekyll [test, pytest]
pytest