Changeset 4354 for waeup/branches/ulif-rewrite
- Timestamp:
- 25 Jun 2009, 10:03:53 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
waeup/branches/ulif-rewrite/buildout.cfg
r4350 r4354 1 1 [buildout] 2 2 develop = . 3 parts = app data zopectl i18n test waeupdocs 3 parts = app data zopectl i18n test waeupdocs coverage-detect coverage-report 4 4 find-links = http://download.zope.org/distribution/ 5 5 newest = false … … 62 62 defaults = ['--tests-pattern', '^f?tests$', '-v'] 63 63 64 # Collect test coverage data. 65 [coverage-detect] 66 recipe = zc.recipe.testrunner 67 eggs = waeup 68 defaults = ['--tests-pattern', '^f?tests$', '-v', '--coverage', 'coverage'] 69 70 # Create a coverage report. 71 # Make sure to run bin/coverage-detect to collect the data for the report 72 # first! 73 [coverage-report] 74 recipe = zc.recipe.egg 75 eggs = z3c.coverage 76 scripts = coverage 77 arguments = ('parts/coverage-detect/coverage', 'parts/coverage-detect/coverage/report') 78 79 80 64 81 # this section named so that the i18n scripts are called bin/i18n... 65 82 [i18n] … … 75 92 default.css = 76 93 layout.html = 94
Note: See TracChangeset for help on using the changeset viewer.