-
Notifications
You must be signed in to change notification settings - Fork 54
/
Copy pathbase.cfg
79 lines (66 loc) · 1.46 KB
/
base.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
[buildout]
package-name = collective.cover
package-extras = [relations, test]
parts +=
checkversions
createcoverage
dependencychecker
i18ndude
node
omelette
pylint
rebuild_i18n-sh
robot
staticresources
[checkversions]
recipe = zc.recipe.egg
eggs = z3c.checkversions [buildout]
[code-analysis]
recipe = plone.recipe.codeanalysis[recommended]
directory = ${buildout:directory}/src/collective/cover
clean-lines = True
clean-lines-exclude = ${:directory}/browser/static
debug-statements = True
flake8-ignore = E501,P001,T000,Q000,C812,C815,C816,E203,W503
flake8-max-complexity = 12
multiprocessing = True
pre-commit-hook = True
prefer-single-quotes = True
return-status-codes = True
[code-analysis:python27]
flake8-ignore += I004
[dependencychecker]
recipe = zc.recipe.egg
eggs = z3c.dependencychecker
[i18ndude]
recipe = zc.recipe.egg
eggs = i18ndude
[omelette]
recipe = collective.recipe.omelette
eggs = ${test:eggs}
[pylint]
recipe = zc.recipe.egg
eggs = pylint < 2.0
[robot]
recipe = zc.recipe.egg
eggs =
${test:eggs}
plone.app.robotframework
scripts =
robot-server
robot
[node]
recipe = gp.recipe.node
version = 14.15.4
npms = npm yarn
scripts = npm yarn
[staticresources]
recipe = sc.recipe.staticresources
name = collective.cover
short_name = cover
[test]
initialization +=
os.environ['TZ'] = 'UTC'
import time
time.tzset()
os.environ["ROBOT_SELENIUM2LIBRARY_RUN_ON_FAILURE"] = "Capture Page Screenshot"