summaryrefslogtreecommitdiff
path: root/buildout.cfg
diff options
context:
space:
mode:
authorPeter Wagner <pwagner@pebble.com>2015-09-24 14:45:58 -0400
committerGiuseppe Lavagetto <lavagetto@gmail.com>2015-11-16 08:45:32 +0100
commitf30c873af8b700d18c0b664422252f7f3fce91e3 (patch)
treec3b7ca7c5a54ae2ac4232521addc3fcb40db317c /buildout.cfg
parent817adc5348a798d2981e6cc5b988373a0985cf54 (diff)
etcd.auth.AuthClient
This extension affords create/read/update without cluttering the basic etcd.Client implementation. The model is reworked for a cleaner API: user's roles can be assigned via list/tuple, permissions are moddeled like a dictionary. Adding coverage goal to buildout to verify testing progress.
Diffstat (limited to 'buildout.cfg')
-rw-r--r--buildout.cfg8
1 files changed, 8 insertions, 0 deletions
diff --git a/buildout.cfg b/buildout.cfg
index cba64c5..4de9036 100644
--- a/buildout.cfg
+++ b/buildout.cfg
@@ -2,6 +2,7 @@
parts = python
sphinxbuilder
test
+ coverage
develop = .
eggs =
urllib3==1.7.1
@@ -18,6 +19,13 @@ recipe = pbp.recipe.noserunner
eggs = ${python:eggs}
mock
+[coverage]
+recipe = pbp.recipe.noserunner
+eggs = ${test:eggs}
+ coverage
+defaults = --with-coverage
+ --cover-package=etcd
+
[sphinxbuilder]
recipe = collective.recipe.sphinxbuilder
source = ${buildout:directory}/docs-source