paula.testing: WIP
[paula.git] / paula.app.testing / buildout.cfg
blob6bb3efc7f73e1832615ec2e4118c2938006b491e
1 [buildout]
2 develop = .
3 parts = test py
5 [test]
6 recipe = zc.recipe.testrunner
7 eggs = paula.app.testing
9 [py]
10 recipe = zc.recipe.egg
11 interpreter = py
12 eggs = ${test:eggs}