Files
deb-python-ceilometerclient/ceilometerclient/tests
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
2013-06-30 22:40:55 -07:00
2013-11-22 11:03:42 +08:00
2014-04-04 18:13:30 +02:00