oslo.messaging/tests
Zhongyue Luo c59e04fbfa Replace assertEquals with assertEqual
The method assertEquals has been deprecated since python 2.7.
http://docs.python.org/2/library/unittest.html#deprecated-aliases

Also in Python 3, a deprecated warning is raised when using assertEquals.

Change-Id: Iba0ae72e72470cdf5b122defcd68effc5434f948
2013-10-23 16:23:01 +08:00
..
__init__.py Add oslo.messaging project infrastructure 2013-06-15 08:43:50 +01:00
test_exception_serialization.py Add a per-transport allow_remote_exmods API 2013-08-07 13:11:46 +01:00
test_expected_exceptions.py Add API for expected endpoint exceptions 2013-08-07 12:52:54 +01:00
test_notifier.py Replace assertEquals with assertEqual 2013-10-23 16:23:01 +08:00
test_pool.py Replace assertEquals with assertEqual 2013-10-23 16:23:01 +08:00
test_rabbit.py Replace assertEquals with assertEqual 2013-10-23 16:23:01 +08: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 Add a TransportURL class to the public API 2013-08-12 23:30:43 +01:00
test_urls.py Fix transport URL parsing bug 2013-08-18 01:49:25 +01:00
test_utils.py Add third element to RPC versions for backports 2013-10-14 11:24:57 +00:00
utils.py Add a unit testing configuration fixture 2013-08-13 13:52:42 +01:00