Skip to content

Commit

Permalink
Add backup part in our test buildout.cfg.
Browse files Browse the repository at this point in the history
There is no sense in using these scripts, but this way you can easily see how the created scripts look.
  • Loading branch information
mauritsvanrees committed Sep 27, 2012
1 parent 49d842b commit 20e209f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions buildout.cfg
Expand Up @@ -5,14 +5,21 @@ parts =
test test
coverage-test coverage-test
z3c.coverage z3c.coverage
backup
versions = versions versions = versions




[backup]
# Might as well simply test creating a backup script here.
recipe = collective.recipe.backup


[test] [test]
recipe = zc.recipe.testrunner recipe = zc.recipe.testrunner
eggs = collective.recipe.backup[tests] eggs = collective.recipe.backup[tests]
defaults = ['--auto-color', '--auto-progress', '--ndiff'] defaults = ['--auto-color', '--auto-progress', '--ndiff']



[coverage-test] [coverage-test]
recipe = zc.recipe.testrunner recipe = zc.recipe.testrunner
eggs = ${test:eggs} eggs = ${test:eggs}
Expand All @@ -22,6 +29,7 @@ defaults = ['--coverage', '../../coverage', '-v', '--auto-progress']
[z3c.coverage] [z3c.coverage]
recipe = zc.recipe.egg:scripts recipe = zc.recipe.egg:scripts



[versions] [versions]
buildout.dumppickedversions = 0.5 buildout.dumppickedversions = 0.5
coverage = 3.5.2 coverage = 3.5.2
Expand Down

0 comments on commit 20e209f

Please sign in to comment.