source:
workshop2010/trunk/buildout.cfg
@
5541
Last change on this file since 5541 was 5538, checked in by , 14 years ago | |
---|---|
File size: 199 bytes |
Rev | Line | |
---|---|---|
[5538] | 1 | [buildout] |
2 | develop = . | |
3 | parts = test | |
4 | ||
5 | # Comment for test section | |
6 | [test] | |
7 | recipe = zc.recipe.testrunner | |
8 | eggs = grokworkshop | |
9 | grokworkshop[test] | |
10 | defaults = ['--tests-pattern', '^f?tests$', '-v'] | |
11 |
Note: See TracBrowser for help on using the repository browser.