Coordinate distributed systems.
Go to file
Julien Danjou 3981a3a300 Switch to a custom NotImplemented error
Some code in the drivers might actually raise the standard
NotImplemented error, and that would be a bug to skip a test if that was
the case. In that case we want the test to fail.

So let's switch to a custom exception that is used to skip the test if
it's raised.

Change-Id: Ideafee0b1f008ff32724fb98d6a477bd3976104d
2014-09-12 11:20:17 +02:00
doc/source Switch to a custom NotImplemented error 2014-09-12 11:20:17 +02:00
examples Switch to URL for loading backends 2014-08-07 18:12:51 +02:00
tooz Switch to a custom NotImplemented error 2014-09-12 11:20:17 +02:00
.gitignore Add pbr generated and testr files to gitignore 2014-03-06 11:54:28 +01:00
.gitreview Added .gitreview 2013-12-04 00:18:35 +00:00
.testr.conf First commit of Tooz 2013-12-19 12:18:35 +01:00
LICENSE First commit of Tooz 2013-12-19 12:18:35 +01:00
openstack-common.conf Import network_utils from Oslo 2014-08-07 18:09:28 +02:00
README.rst First commit of Tooz 2013-12-19 12:18:35 +01:00
requirements.txt Unlock the kazoo version 2014-08-28 11:49:22 -07:00
setup-test-env.sh Add coverage report 2014-08-19 14:55:40 +02:00
setup.cfg Move Zake driver code to separated Python module 2014-09-05 11:13:03 -07:00
setup.py First commit of Tooz 2013-12-19 12:18:35 +01:00
test-requirements.txt Bump up zake to be using the newer 0.1 or greater 2014-08-26 10:26:09 -07:00
tox.ini Work toward Python 3.4 support and testing 2014-09-03 19:11:45 +00:00

tooz

The Tooz project aims at centralizing the most common distributed primitives like group membership protocol, lock service and leader election by providing a coordination API helping developers to build distributed applications.