glance/glance/tests/unit
Christian Berendt c8e1b8fc62 replace dict.iteritems() with six.iteritems(dict)
According to https://wiki.openstack.org/wiki/Python3 dict.iteritems()
should be replaced with six.iteritems(dict).

Change-Id: Id8a87cf2ba68b37507f9238a48e8a224612a7b90
2014-06-06 14:51:41 +00:00
..
api Replace assert* with more suitable asserts in unit tests 2014-04-17 10:35:46 +04:00
common replace dict.iteritems() with six.iteritems(dict) 2014-06-06 14:51:41 +00:00
v1 replace dict.iteritems() with six.iteritems(dict) 2014-06-06 14:51:41 +00:00
v2 replace dict.iteritems() with six.iteritems(dict) 2014-06-06 14:51:41 +00:00
__init__.py Empty files shouldn't contain copyright nor license 2013-12-24 22:39:05 -06:00
base.py VMware Datastore storage backend 2014-01-30 18:14:15 -08:00
fake_rados.py Fixes rbd _delete_image snapshot with missing image 2013-10-07 23:15:49 +01:00
test_auth.py Merge "Uses None instead of mutables for function param defaults" 2014-04-22 00:25:54 +00:00
test_cache_middleware.py Replace assert* with more suitable asserts in unit tests 2014-04-17 10:35:46 +04:00
test_cached_images.py Remove vim header 2014-01-14 16:03:28 +00:00
test_cinder_store.py replace dict.iteritems() with six.iteritems(dict) 2014-06-06 14:51:41 +00:00
test_context.py Fix logging context to include user_identity 2014-02-21 17:19:31 +01:00
test_context_middleware.py Modify assert statement when comparing with None 2014-02-19 14:37:41 +08:00
test_db.py Replace unicode() for six.text_type 2014-05-05 15:40:02 -03:00
test_domain.py TaskTest:test_fail() should use asserIstNone 2014-05-23 23:20:37 +00:00
test_domain_proxy.py Merge "Replace assert* with more suitable asserts in unit tests" 2014-04-17 21:09:05 +00:00
test_filesystem_store.py Do not use __builtin__ in python3 2014-03-13 10:05:18 +08:00
test_glance_replicator.py Replace assert* with more suitable asserts in unit tests 2014-04-17 10:35:46 +04:00
test_gridfs_store.py Use six.StringIO/BytesIO instead of StringIO.StringIO 2014-02-26 09:06:33 +08:00
test_http_store.py Prevent creation of http images with invalid URIs 2014-05-05 10:01:38 +02:00
test_image_cache.py Use six.StringIO/BytesIO instead of StringIO.StringIO 2014-02-26 09:06:33 +08:00
test_image_cache_client.py Replace deprecated method assertEquals 2013-11-30 05:33:48 -08:00
test_manage.py Making DB sanity checking be optional for DB migration 2014-04-02 00:01:16 +08:00
test_migrations.conf Refactor data migration tests 2013-02-25 21:14:09 +00:00
test_migrations.py debug level logs should not be translated 2014-05-23 15:57:06 +02:00
test_misc.py Replace assert* with more suitable asserts in unit tests 2014-04-17 10:35:46 +04:00
test_notifier.py Merge "Replace assert* with more suitable asserts in unit tests" 2014-04-17 21:09:05 +00:00
test_policy.py Get rid of TaskDetails in favor of TaskStub 2014-04-16 11:14:58 -07:00
test_quota.py Replace assert* with more suitable asserts in unit tests 2014-04-17 10:35:46 +04:00
test_rbd_store.py Use six.StringIO/BytesIO instead of StringIO.StringIO 2014-02-26 09:06:33 +08:00
test_s3_store.py Don't enable all stores by default 2014-03-10 10:40:31 +01:00
test_schema.py Fix up trivial License mismatches 2013-08-27 22:50:16 +02:00
test_scrubber.py Enable F841 check 2014-02-13 16:54:12 +04:00
test_sheepdog_store.py To prevent remote code injection on Sheepdog store 2014-04-10 21:04:53 +08:00
test_store_base.py Replace unicode() for six.text_type 2014-05-05 15:40:02 -03:00
test_store_image.py Replace assert* with more suitable asserts in unit tests 2014-04-17 10:35:46 +04:00
test_store_location.py Fixed a handful of typos 2014-05-02 00:18:34 -07:00
test_swift_store.py replace dict.iteritems() with six.iteritems(dict) 2014-06-06 14:51:41 +00:00
test_versions.py Merge "Change assertTrue(isinstance()) by optimal assert" 2014-01-19 05:04:52 +00:00
test_vmware_store.py Use Chunked transfer encoding in the VMware store 2014-05-06 11:27:40 -07:00
utils.py Uses None instead of mutables for function param defaults 2014-04-15 02:29:23 -05:00