paula.testing: test for finding txt files + minor bugfix
[paula/paual.testing.git] / paula.examples / buildout.cfg
blob6008b4c752cce65222147dc6e553495285833c2d
1 [buildout]
2 develop = .
3     externals/paula.authutil
4     externals/paula.authentication
5     externals/paula.proputil
6     externals/paula.properties
7     externals/paula.testing
8 parts = test py
10 [test]
11 recipe = zc.recipe.testrunner
12 eggs = paula.examples [test]
14 [py]
15 recipe = zc.recipe.egg
16 interpreter = py
17 eggs = ${test:eggs}