oslo.messaging/oslo_messaging/tests/notify
Javeme 166cfbfb1b Fixed a couple of pep8 errors/warnings
Fixed pep8 errors:
 * E127 continuation line over-indented for visual indent
 * E226 missing whitespace around arithmetic operator
 * E231 missing whitespace after ','
 * E241 multiple spaces after ','
 * E261 at least two spaces before inline comment
 * E301 expected 1 blank line, found 0
 * E302 expected 2 blank lines, found 1
 * E303 too many blank lines (2)
 * E501 line too long (80 > 79 characters)

Fixed pep8 warnings:
 * W292 no newline at end of file
 * W391 blank line at end of file

Change-Id: I1736f8a42c3a335a17a0b9b6e64782487ed3a495
2016-01-25 15:00:49 +08:00
..
__init__.py Move files out of the namespace package 2015-01-12 12:50:41 -05:00
test_dispatcher.py batch notification listener 2015-12-08 09:14:20 +01:00
test_impl_messaging.py Provide alias to oslo_messaging.notify._impl_messaging 2015-11-19 12:45:14 -08:00
test_listener.py Fixed a couple of pep8 errors/warnings 2016-01-25 15:00:49 +08: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 Fixed a couple of pep8 errors/warnings 2016-01-25 15:00:49 +08:00