Skip to content
This repository has been archived by the owner on Jan 23, 2020. It is now read-only.

Latest commit

 

History

History
23 lines (16 loc) · 759 Bytes

README.rst

File metadata and controls

23 lines (16 loc) · 759 Bytes

Zake

https://travis-ci.org/yahoo/Zake.png?branch=master

A python package that works to provide a nice set of testing utilities for the kazoo library.

It includes the following functionality:

  • Storage access (for viewing what was saved/created).
  • Kazoo mostly compatible client API.
  • Sync/transaction/create/get/delete... commands.
  • Listener support.
  • And more...

It simplifies testing by providing a client that has a similar API as the kazoo client so that your tests (or applications/libraries that use kazoo) do not require a real zookeeper server to be tested with (since this is not available in all testing environments).