Last change
on this file since 8654 was
8654,
checked in by uli, 12 years ago
|
Put local stresstest stuff into SVN. Yet not too useable!
|
File size:
656 bytes
|
Rev | Line | |
---|
[8654] | 1 | [buildout] |
---|
| 2 | extensions = mr.developer |
---|
| 3 | auto-checkout = waeup.kofa |
---|
| 4 | sources-dir = instances |
---|
| 5 | develop = . instances/waeup.kofa |
---|
| 6 | parts = |
---|
| 7 | app |
---|
| 8 | test |
---|
| 9 | # newest = false |
---|
| 10 | |
---|
| 11 | versions = versions |
---|
| 12 | |
---|
| 13 | [versions] |
---|
| 14 | |
---|
| 15 | # eggs will be installed in the default buildout location |
---|
| 16 | # (see .buildout/default.cfg in your home directory) |
---|
| 17 | # unless you specify an eggs-directory option here. |
---|
| 18 | |
---|
| 19 | [sources] |
---|
| 20 | waeup.kofa = svn https://svn.waeup.org/repos/main/waeup.kofa/trunk |
---|
| 21 | |
---|
| 22 | |
---|
| 23 | [app] |
---|
| 24 | recipe = zc.recipe.egg |
---|
| 25 | eggs = waeup.stress |
---|
| 26 | waeup.kofa |
---|
| 27 | multi-mechanize |
---|
| 28 | |
---|
| 29 | [test] |
---|
| 30 | recipe = zc.recipe.egg |
---|
| 31 | eggs = waeup.stress[test] |
---|
| 32 | pytest |
---|
| 33 | pytest-xdist |
---|
| 34 | pytest-cov |
---|
| 35 | scripts = py.test |
---|
Note: See
TracBrowser for help on using the repository browser.