python-keystoneclient/keystoneclient/tests/unit/v2_0
M V P Nitesh 46b9e429a2 Replace six.iteritems() with .items()
1.As mentioned in [1], we should avoid using six.iteritems to achieve
iterators. We can use dict.items instead, as it will return iterators
in PY3 as well. And dict.items/keys will more readable.
2.In py2, the performance about list should be negligible, see the
link [2].
[1] https://wiki.openstack.org/wiki/Python3
[2] http://lists.openstack.org/pipermail/openstack-dev/2015-June/066391.html

Change-Id: I18a6890935ebdbb589269379f21a0dd47d07eb3a
2017-04-03 18:20:52 +05:30
..
__init__.py Move tests to the unit subdirectory 2015-02-11 19:03:25 +11:00
client_fixtures.py Use fixtures from keystoneauth 2016-08-24 18:52:27 +10:00
test_access.py Use fixtures from keystoneauth 2016-08-24 18:52:27 +10:00
test_auth.py Replace 'assertFalse(a in b)' with 'assertNotIn(a, b)' 2016-11-18 10:56:54 +08:00
test_certificates.py Seperate Client base test class 2015-12-18 09:23:06 +11:00
test_client.py Replace six.iteritems() with .items() 2017-04-03 18:20:52 +05:30
test_discovery.py Use https for *.openstack.org references 2017-02-05 20:46:32 -08:00
test_ec2.py Seperate Client base test class 2015-12-18 09:23:06 +11:00
test_endpoints.py Seperate Client base test class 2015-12-18 09:23:06 +11:00
test_extensions.py Use https for *.openstack.org references 2017-02-05 20:46:32 -08:00
test_roles.py Seperate Client base test class 2015-12-18 09:23:06 +11:00
test_service_catalog.py Use fixtures from keystoneauth 2016-08-24 18:52:27 +10:00
test_services.py TrivialFix: Using assertIsNone() instead of assertEqual(None) 2016-09-27 10:14:34 +07:00
test_tenants.py Use exceptions from Keystoneauth 2016-08-24 18:52:36 +10:00
test_tokens.py Use exceptions from Keystoneauth 2016-08-24 18:52:36 +10:00
test_users.py Do not send user ids as payload 2016-07-29 16:17:44 +03:00
utils.py Replace TestResponse with requests_mock 2016-01-25 09:56:34 +11:00