jscoverage and pylint added to test buildout.
svn path=/plone.app.discussion/trunk/; revision=39218
This commit is contained in:
parent
7aa09d45b2
commit
7f8522672c
@ -8,6 +8,8 @@ parts +=
|
|||||||
test
|
test
|
||||||
coverage-test
|
coverage-test
|
||||||
coverage-report
|
coverage-report
|
||||||
|
jscoverage
|
||||||
|
pylint
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
zope.schema = 3.6.0
|
zope.schema = 3.6.0
|
||||||
@ -29,3 +31,17 @@ recipe = zc.recipe.egg
|
|||||||
eggs = z3c.coverage
|
eggs = z3c.coverage
|
||||||
scripts = coveragereport
|
scripts = coveragereport
|
||||||
arguments = ('coverage', 'report')
|
arguments = ('coverage', 'report')
|
||||||
|
|
||||||
|
[jscoverage]
|
||||||
|
recipe = collective.recipe.template
|
||||||
|
input = inline:
|
||||||
|
#!/bin/sh
|
||||||
|
jscoverage-server -v --ip-address=0.0.0.0 --port=9999 --encoding=UTF-8 --document-root=plone/app/discussion/ --no-instrument=/tests
|
||||||
|
output = ${buildout:directory}/bin/jscoverage
|
||||||
|
mode = 755
|
||||||
|
|
||||||
|
[pylint]
|
||||||
|
recipe = zc.recipe.egg
|
||||||
|
eggs = logilab.pylintinstaller
|
||||||
|
entry-points = pylint=pylint.lint:Run
|
||||||
|
arguments = sys.argv[1:]
|
||||||
|
Loading…
Reference in New Issue
Block a user