oslo.messaging/oslo_messaging/tests/notify
yan.haifeng 9ed95bbdc9 Fix parameters of assertEqual are misplaced
Many assertEqual sentences don't follow assertEqual(expected, actual),
These misplaces have 2 impacts:
1, giving confusing messages when some tests failed.
2, mislead other developers, new test modules may follow these wrong pattern.

This patch fix all of them.

Change-Id: Icc6e404dd02fe47b76c7366d31d91c8d8e464f54
Closes-Bug: #1604213
2016-07-21 10:32:59 +08:00
..
__init__.py Move files out of the namespace package 2015-01-12 12:50:41 -05:00
test_dispatcher.py Replace assertEqual(None, *) with assertIsNone in tests 2016-07-12 12:06:59 +08:00
test_impl_messaging.py Fixed some warnings about imports and variable 2016-01-27 15:48:53 +08:00
test_listener.py Move server's logic from executors 2016-02-23 15:00:58 +00:00
test_log_handler.py Option group for notifications 2015-11-30 19:30:05 +00:00
test_logger.py assertIsNone(val) instead of assertEqual(None,val) 2015-12-21 19:07:43 +08:00
test_middleware.py Fix parameters of assertEqual are misplaced 2016-07-21 10:32:59 +08:00
test_notifier.py Move server related logic from dispatchers 2016-03-30 11:07:32 +00:00