Files
aodh/ceilometer/tests/dispatcher
lizheming f9381c656e assertTrue(isinstance) replace by assertIsInstance
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: I7072fef7fe5f76e526fc0ccca7a4894accaae80f
Closes-Bug: #1268480
2014-01-18 20:18:21 +08:00
..
2013-11-26 16:03:30 +01:00
2014-01-09 12:53:30 +04:00