oslo.messaging/oslo_messaging/tests
Andreas Jaeger 7f638bb493 Update hacking for Python3
The repo is Python 3 now, so update hacking to version 3.0 which
supports Python 3.

Update local hacking check for new flake8 version.

Blacklist:
W504 line break after binary operator

Fix:
E741 ambiguous variable name
E117 over-indented
E305 expected 2 blank lines after class or function definition, found 1
F841 local variable 'e' is assigned to but never used
W605 invalid escape sequence '\.'

Change-Id: I99d574ca6569f1f177d2c5ce1011f269f4343619
2020-03-30 13:49:29 +00:00
..
drivers Update hacking for Python3 2020-03-30 13:49:29 +00:00
functional Setup backend scenarios for functional tests 2020-02-05 08:00:56 -05:00
notify Update hacking for Python3 2020-03-30 13:49:29 +00:00
rpc Update hacking for Python3 2020-03-30 13:49:29 +00:00
__init__.py Test:Use unittest.mock on Python 3 2017-02-08 19:15:17 +08:00
test_config_opts_proxy.py Remove deprecated rabbit options 2018-09-10 15:11:19 -06:00
test_exception_serialization.py Remove unnecessary setUp function in testcase 2017-08-18 01:22:26 +00:00
test_expected_exceptions.py Update hacking for Python3 2020-03-30 13:49:29 +00:00
test_fixture.py Remove rpc_backend and ConfFixture.transport_driver 2018-09-13 15:01:27 -06:00
test_opts.py Remove rpc_backend and ConfFixture.transport_driver 2018-09-13 15:01:27 -06:00
test_target.py Move files out of the namespace package 2015-01-12 12:50:41 -05:00
test_transport.py Add transport_options parameter 2019-06-14 15:47:39 +02:00
test_urls.py Remove rpc_backend and ConfFixture.transport_driver 2018-09-13 15:01:27 -06:00
test_utils.py Add restart() method to DecayingTimer 2018-03-07 10:24:52 -08:00
utils.py Do not use threading.Event 2019-12-18 13:11:41 +00:00