oslo.messaging/tests
Victor Stinner 062c8ac7dd Replace dict.iteritems() with six.iteritems()
dict.iteritems() was replaced with dict.items() in Python 3. Use the
six.iteritems() function to get code compatible with Python 2 and Python 3.

Change-Id: I0c8ecc3ae540ffaf4c6b159e09ca16ccf365973d
2013-12-20 23:43:35 +01:00
..
__init__.py Add oslo.messaging project infrastructure 2013-06-15 08:43:50 +01:00
test_exception_serialization.py Simplify common base exception prototype 2013-12-03 11:23:17 +01:00
test_expected_exceptions.py Add API for expected endpoint exceptions 2013-08-07 12:52:54 +01:00
test_notifier_logger.py Implement a log handler using notifier 2013-11-29 16:15:09 +01:00
test_notifier.py Add Sample priority 2013-12-17 15:47:42 +00:00
test_pool.py Replace assertEquals with assertEqual 2013-10-23 16:23:01 +08:00
test_rabbit.py Properly handle transport URL config on the client 2013-10-25 07:18:36 +01:00
test_rpc_client.py Remove check_for_lock support in RPCClient 2013-08-26 09:31:12 +01:00
test_rpc_dispatcher.py Add a context serialization hook 2013-08-09 08:24:49 +01:00
test_rpc_server.py Replace assertEquals with assertEqual 2013-10-23 16:23:01 +08:00
test_target.py Replace assertEquals with assertEqual 2013-10-23 16:23:01 +08:00
test_transport.py Unify different names between Python2 and Python3 2013-12-09 02:19:52 -08:00
test_urls.py Add transport aliases 2013-12-06 19:18:18 +00:00
test_utils.py Add third element to RPC versions for backports 2013-10-14 11:24:57 +00:00
utils.py Replace dict.iteritems() with six.iteritems() 2013-12-20 23:43:35 +01:00