oslo.messaging/oslo_messaging/tests
Li-zhigang ea8fad47a5 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: Ia235afc3532f62f265f91ca46d2306c72fc2a2a2
2016-11-23 09:02:14 +00:00
..
drivers [zmq] Don't create real matchmaker in unit tests 2016-11-08 19:22:29 +02:00
functional [zmq] Fix configuration for functional gate job 2016-11-22 17:37:22 +02:00
notify Fix notify filter when data item is None 2016-09-03 14:45:44 +00:00
rpc Allow dispatcher to restrict endpoint methods. 2016-08-30 20:32:35 -04:00
__init__.py Use unittest.mock on Python 3 2015-04-16 00:07:48 +02:00
test_config_opts_proxy.py Change assertTrue(isinstance()) by optimal assert 2016-10-20 23:18:28 +08:00
test_exception_serialization.py Properly deserializes built-in exceptions 2016-10-05 16:57:55 -07:00
test_expected_exceptions.py Move files out of the namespace package 2015-01-12 12:50:41 -05:00
test_fixture.py Fixed a couple of pep8 errors/warnings 2016-01-25 15:00:49 +08:00
test_opts.py Move zmq driver options into its own group 2016-08-05 11:36:50 +03:00
test_serializer.py Fix parameters of assertEqual are misplaced 2016-07-21 10:32:59 +08:00
test_target.py Move files out of the namespace package 2015-01-12 12:50:41 -05:00
test_transport.py Fix parameters of assertEqual are misplaced 2016-07-21 10:32:59 +08:00
test_urls.py Add warning when credential is not specified for each host 2016-08-14 00:03:05 +08:00
test_utils.py Fixed a couple of pep8 errors/warnings 2016-01-25 15:00:49 +08:00
utils.py Replace six.iteritems() with .items() 2016-11-23 09:02:14 +00:00