python-cinderclient/cinderclient
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
..
openstack Sync up with oslo-incubator 2014-01-26 16:13:11 +05:30
tests replace assertTrue(isinstance) to assertIsInstance 2014-03-05 18:43:46 +08:00
v1 Fix type-delete to allow deletion by name and ID 2014-02-28 15:48:23 -05:00
v2 Fix type-delete to allow deletion by name and ID 2014-02-28 15:48:23 -05:00
__init__.py Replace OpenStack LLC with OpenStack Foundation 2013-09-28 23:13:54 +08:00
base.py Fix typo in cinderclient 2013-11-28 09:28:05 +08:00
client.py Remove RAX-specific auth in cinderclient 2014-01-25 08:22:13 +05:30
exceptions.py python3: Refactor dict for python2/python3 compat 2013-10-11 09:04:49 -04:00
extension.py Replace OpenStack LLC with OpenStack Foundation 2013-09-28 23:13:54 +08:00
service_catalog.py Replace OpenStack LLC with OpenStack Foundation 2013-09-28 23:13:54 +08:00
shell.py Fix typo in cinderclient 2013-11-28 09:28:05 +08:00
utils.py Fix typo in cinderclient 2013-11-28 09:28:05 +08:00