summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorHanno Schlichting <hanno@hannosch.eu>2014-06-06 13:12:17 +0200
committerHanno Schlichting <hanno@hannosch.eu>2014-06-06 13:13:21 +0200
commitb9b9739086d4ca0b481877c831c2f47e85dccc73 (patch)
treee135c10be52b961523cfa5f8b067149e38f44beb /docs
parent7c82314a8a20818914735014ed028168f5d95b95 (diff)
downloadkazoo-b9b9739086d4ca0b481877c831c2f47e85dccc73.tar.gz
Tweak Zake description and add changelog entry, closes #198.
Diffstat (limited to 'docs')
-rw-r--r--docs/testing.rst21
1 files changed, 9 insertions, 12 deletions
diff --git a/docs/testing.rst b/docs/testing.rst
index 5f22bf4..1051be7 100644
--- a/docs/testing.rst
+++ b/docs/testing.rst
@@ -70,15 +70,12 @@ one above:
Zake
====
-For those that do not need (or desire) to setup a zookeeper runtime to test
-integration with kazoo there is also a under developement library
-called `zake`_. Its code and repository can be found
-`here <https://github.com/yahoo/Zake>`_ (contributions welcome). It can be used
-to provide a *fake client* to layers of your application that interact
-with kazoo (using the same client interface) during testing to allow for
-introspection of what was stored, which watchers are active (and more) after
-your test of your application code has finished (this style of introspection
-is hard to when directly interfacing with zookeeper via a non-fake kazoo
-client).
-
-.. _zake: https://pypi.python.org/pypi/zake/
+For those that do not need (or desire) to setup a Zookeeper cluster to test
+integration with kazoo there is also a library called
+`zake <https://pypi.python.org/pypi/zake/>`_. Contributions to
+`Zake's github repository <https://github.com/yahoo/Zake>`_ are welcome.
+
+Zake can be used to provide a *mock client* to layers of your application that
+interact with kazoo (using the same client interface) during testing to allow
+for introspection of what was stored, which watchers are active (and more)
+after your test of your application code has finished.