paula.pasplugins: test for searchUsers+searchPrincipals - no groups yet
[paula.git] / paula.proputil / buildout.cfg
blob10b6b8b720b6a7fd6159f54335d2d12fd2aaf58c
1 [buildout]
2 develop = .
3     externals/paula.properties
4     externals/paula.testing
5 parts = test py
7 [test]
8 recipe = zc.recipe.testrunner
9 eggs = paula.proputil [test]
11 [py]
12 recipe = zc.recipe.egg
13 interpreter = py
14 eggs = ${test:eggs}