oslo.concurrency/oslo_concurrency
gecong1973 7a4d633ba6 Change assertTrue(isinstance()) by optimal assert
Some of tests use different method of
assertTrue(isinstance(A, B)) or assertEqual(type(A), B).
The correct way is to use assertIsInstance(A, B) provided
by testtools

Change-Id: Iad2ee275837c28b40c1062386db5a29969ee98dc
2016-10-08 09:30:32 +08:00
..
2016-06-11 07:59:54 +00:00
2016-01-28 20:41:28 +01:00
2015-01-12 21:11:16 +00:00