Files
deb-python-cinderclient/cinderclient/tests/v2
ls1175 0ff5d1cdc6 replace assertTrue(isinstance) to 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: Ic3eb7b27dc96b0ec7d786c092fc3a6a513af64f7
Closes-bug: #1268480
2014-03-05 18:43:46 +08:00
..
2014-01-16 02:12:43 +04:00
2013-10-02 13:42:03 -06:00
2013-10-03 17:43:20 +00:00
2014-01-25 15:55:23 -07:00