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
..
contrib Replace OpenStack LLC with OpenStack Foundation 2013-09-28 23:13:54 +08:00
__init__.py Remove copyright from empty files 2014-01-16 02:12:43 +04:00
fakes.py Require ctrl_location for encryption-type-create 2014-02-12 21:38:41 +02:00
test_auth.py Replace OpenStack LLC with OpenStack Foundation 2013-09-28 23:13:54 +08:00
test_availability_zone.py replace assertTrue(isinstance) to assertIsInstance 2014-03-05 18:43:46 +08:00
test_limits.py Unit tests for limits.py in cinderclient/v1 and v2 2014-01-13 16:17:16 +04:00
test_qos.py Implement qos support 2013-10-02 13:42:03 -06:00
test_quota_classes.py Replace OpenStack LLC with OpenStack Foundation 2013-09-28 23:13:54 +08:00
test_quotas.py Add quota-usage command 2013-10-03 17:43:20 +00:00
test_services.py replace assertTrue(isinstance) to assertIsInstance 2014-03-05 18:43:46 +08:00
test_shell.py Require ctrl_location for encryption-type-create 2014-02-12 21:38:41 +02:00
test_snapshot_actions.py Add update_snapshot_metadata action 2013-08-27 14:51:14 -04:00
test_types.py replace assertTrue(isinstance) to assertIsInstance 2014-03-05 18:43:46 +08:00
test_volume_backups.py Move tests into cinderclient package. 2013-05-20 14:32:32 -04:00
test_volume_encryption_types.py Add encryption-type-delete to cinderclient 2013-11-20 10:16:22 -05:00
test_volume_transfers.py Add volume encryption metadata to cinderclient 2013-08-21 14:20:41 -04:00
test_volumes.py Add volume retype command 2014-01-25 15:55:23 -07:00