Files
python-ceilometerclient/ceilometerclient
liuqing 5c8a85e386 Use suitable assert
Replace assertTrue(a in b) with assertIn(a, b)
Replace assertFalse(a in b) with assertNotIn(a, b)
Replace assertTrue(a is None) with assertIsNone(a)

Change-Id: I981c81908a823d9dbecbb2e139a86fbf589ce55e
2014-07-09 00:17:33 +08:00
..
2014-07-09 00:17:33 +08:00
2014-06-11 17:32:16 +08:00
2013-05-23 09:45:27 +10:00
2014-05-29 05:46:54 +00:00