oslo.messaging/oslo_messaging/tests
ChangBo Guo(gcb) 6b20fa8597 Improvement of logging acorrding to oslo.i18n guideline
1. Use translation marker functions, their argument must just be a string
2. Any message with more than one variable should use named
   interpolation instead of positional to allow translators
   to move the variables around in the string to account for
   differences in grammar and writing direction.
3. String interpolation should be delayed to be handled by the logging
   code, rather than being done at the point of the logging call.
For more details, please refert to oslo.i18n guideline [1]

Note: this commit doesn't touch test code.

[1] http://docs.openstack.org/developer/oslo.i18n/guidelines.html

Change-Id: I5f013d65b20396bbe0e5a2cceaed2a33fad1af23
2016-01-07 13:26:55 +08:00
..
drivers [zmq] Switch notifications to PUB/SUB pattern 2015-12-29 16:03:56 +02:00
executors batch notification listener 2015-12-08 09:14:20 +01:00
functional [zmq] Switch notifications to PUB/SUB pattern 2015-12-29 16:03:56 +02:00
notify assertIsNone(val) instead of assertEqual(None,val) 2015-12-21 19:07:43 +08:00
rpc Improvement of logging acorrding to oslo.i18n guideline 2016-01-07 13:26:55 +08:00
__init__.py Use unittest.mock on Python 3 2015-04-16 00:07:48 +02:00
test_amqp_driver.py batch notification listener 2015-12-08 09:14:20 +01:00
test_exception_serialization.py Update Oslo imports to remove namespace package 2015-01-21 21:09:33 -05:00
test_expected_exceptions.py Move files out of the namespace package 2015-01-12 12:50:41 -05:00
test_fixture.py assertIsNone(val) instead of assertEqual(None,val) 2015-12-21 19:07:43 +08:00
test_opts.py Remove qpidd's driver from the tree 2015-11-20 18:43:28 +00:00
test_serializer.py Revert "serializer: remove deprecated RequestContextSerializer" 2015-11-29 02:21:46 +00:00
test_target.py Move files out of the namespace package 2015-01-12 12:50:41 -05:00
test_transport.py Get mox from mox3, not from six.moves 2015-06-10 14:44:59 +03:00
test_urls.py Move files out of the namespace package 2015-01-12 12:50:41 -05:00
test_utils.py assertIsNone(val) instead of assertEqual(None,val) 2015-12-21 19:07:43 +08:00
utils.py Remove unused event in ServerThreadHelper 2015-10-21 11:36:28 +01:00