20527f6c2dcfb9332a93afc734faeb1acbeacdf1
b)' with 'assertNotIn(a, b)' 1. Replace 'assertTrue(a in b)' with 'assertIn(a, b)'. 2. Replace 'assertTrue(a not in b)' with 'assertNotIn(a, b)'. 3. Replace 'assertFalse(a in b)' with 'assertNotIn(a, b)'. Trivial fix. Change-Id: Ibe8665e60b2709eb4cc1f85ad4f6c04908182fc2
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.
- Free software: Apache license
- Documentation: http://docs.openstack.org/developer/tooz
- Source: http://git.openstack.org/cgit/openstack/tooz
- Bugs: http://bugs.launchpad.net/python-tooz/
Join us
Description