manila/manila/tests/api
ting.wang 2bc625399f Using dict.items() is better than six.iteritems(dict)
Replacing dict.iteritems()/.itervalues() with
six.iteritems(dict)/six.itervalues(dict) was preferred in the past,
but there was a discussion suggesting to avoid six for this[1].
The overhead of creating a temporary list on Python 2 is negligible.

[1]http://lists.openstack.org/pipermail/openstack-dev/2015-June/066391.html
Partially-implements blueprint py3-compatibility

Change-Id: Ia2298733188b3d964d43a547504ede2ebeaba9bd
2016-01-19 22:22:48 +08:00
..
contrib Port share type extensions to core API 2015-11-12 14:58:20 +00:00
extensions Remove vim headers 2014-10-06 15:00:27 +02:00
middleware Fix order of arguments in assertEqual 2015-09-29 19:56:49 +09:00
openstack Clean up removed hacking rule from [flake8] ignore lists 2016-01-14 23:27:17 +08:00
v1 QoS support for shares 2016-01-15 10:15:50 +08:00
v2 Using dict.items() is better than six.iteritems(dict) 2016-01-19 22:22:48 +08:00
views Merge "Clean up removed hacking rule from [flake8] ignore lists" 2016-01-15 14:56:59 +00:00
__init__.py pep8: Enable H303 and F403 2014-08-23 10:40:52 +02:00
common.py Remove vim headers 2014-10-06 15:00:27 +02:00
fakes.py Using dict.items() is better than six.iteritems(dict) 2016-01-19 22:22:48 +08:00
test_common.py Fix order of arguments in assertEqual 2015-09-29 19:56:49 +09:00
test_extensions.py Fix order of arguments in assertEqual 2015-09-29 19:56:49 +09:00
test_middleware.py Added CORS support to Manila 2015-11-11 10:10:58 -08:00
test_versions.py Clean up removed hacking rule from [flake8] ignore lists 2016-01-14 23:27:17 +08:00
test_wsgi.py Fix order of arguments in assertEqual 2015-09-29 19:56:49 +09:00