keystoneauth/keystoneauth1/tests/unit/identity
gengchc2 a00b8d844d 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: I9f8f2c35f0d45d866076507a3a167aaafb8382e5
2016-12-09 10:59:00 +08:00
..
__init__.py Move around the tests so they can be found easier 2015-09-02 19:24:34 -06:00
test_access.py Move around the tests so they can be found easier 2015-09-02 19:24:34 -06:00
test_identity_common.py Replace six.iteritems() with .items() 2016-12-09 10:59:00 +08:00
test_identity_v2.py Allow saving and caching the plugin auth state 2015-11-16 16:10:33 +11:00
test_identity_v3_federation.py Add 303 as redirect code for k2k plugin 2016-04-25 18:53:19 -03:00
test_identity_v3_oidc.py oidc: implement client_credentials grant type 2016-07-20 09:59:05 +02:00
test_identity_v3.py Allow saving and caching the plugin auth state 2015-11-16 16:10:33 +11:00
test_password.py Implement caching for the generic plugins. 2016-10-04 16:00:32 +11:00
test_token.py Implement caching for the generic plugins. 2016-10-04 16:00:32 +11:00
test_tokenless_auth.py Auth plugin for X.509 tokenless authentication 2016-07-05 17:11:36 -07:00
utils.py Add reauthenticate to generic plugins 2016-11-22 09:59:14 +02:00