Go to file
howardlee 20527f6c2d Replace 'assertTrue(a in b)' with 'assertIn(a, b)' and 'assertFalse(a in
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
2016-11-18 16:22:38 +08:00
2016-06-13 14:16:03 -07:00
2014-11-18 15:39:05 +01:00
2016-11-14 21:38:00 +01:00
2016-09-22 10:20:50 +02:00
2013-12-19 12:18:35 +01:00
2016-08-26 12:11:47 +02:00
2016-11-14 21:38:00 +01:00
2015-09-17 12:17:45 +00:00
2016-11-14 21:38:00 +01:00

Tooz

Latest Version

Downloads

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.

Join us

Description
RETIRED, further work has moved to Debian project infrastructure
Readme 923 KiB