oslo.messaging/oslo_messaging
melissaml b28b2875c9 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: I0d2ec8ff3be41afb871ebd2aa71a8dfd13e2076d
2016-10-20 23:18:28 +08:00
..
2016-10-10 16:44:09 +00:00
2016-05-18 09:28:15 +02:00
2016-01-29 10:39:35 +00:00
2016-09-10 12:28:25 +00:00
2016-05-23 10:14:02 +02:00
2016-09-12 09:49:00 -04:00