oslo.messaging/oslo_messaging/tests/notify
Dmitriy Ukhlov 990d894eaf Move server related logic from dispatchers
Dispatcher should be responsible for routing message to the
callback method of endpoint object and returning result back to the
server only. But now it is also responsible for sending reply,
ack/reque messages etc.

Also this patch makes small improvements:
   1) Notification dispatcher now requeue message if endpoint raises exception
   2) unstable behaviour of test_mask_passwords test is fixed

Change-Id: I5f23e23644e90919cb67f81fc306ee85c5e09974
2016-03-30 11:07:32 +00:00
..
__init__.py Move files out of the namespace package 2015-01-12 12:50:41 -05:00
test_dispatcher.py Move server related logic from dispatchers 2016-03-30 11:07:32 +00: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 Use unittest.mock on Python 3 2015-04-16 00:07:48 +02:00
test_notifier.py Move server related logic from dispatchers 2016-03-30 11:07:32 +00:00