glance/glance/tests/unit/common
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
..
__init__.py Improve unit tests for glance.common package 2013-05-20 17:31:22 +03:00
test_client.py Enable F40X checking 2013-11-27 18:15:48 +02:00
test_config.py Merge "Change assertTrue(isinstance()) by optimal assert" 2014-01-19 05:04:52 +00:00
test_exception.py Replace unicode() for six.text_type 2014-05-05 15:40:02 -03:00
test_location_strategy.py API v2: Allow GET on unowned images with show_image_direct_url 2014-03-11 16:39:05 -04:00
test_property_utils.py Uses None instead of mutables for function param defaults 2014-04-15 02:29:23 -05:00
test_rpc.py Replace assert* with more suitable asserts in unit tests 2014-04-17 10:35:46 +04:00
test_utils.py Replace unicode() for six.text_type 2014-05-05 15:40:02 -03:00
test_wsgi.py replace dict.iteritems() with six.iteritems(dict) 2014-06-06 14:51:41 +00:00