Files
python-cinderclient/cinderclient/tests/v2/test_services.py
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

2.7 KiB