neutron-fwaas-dashboard/neutron_fwaas_dashboard/test
Akihiro Motoki 5a85b444d0 Use flake8-import-order plugin
In reviews we usually check import grouping but it is boring.
By using flake8-import-order plugin, we can avoid this.
It enforces loose checking so it sounds good to use it.
This flake8 plugin is already used in tempest.

Note that flake8-import-order version is pinned to avoid unexpected
breakage of pep8 job.

Setup for unit tests of hacking rules is tweaked to disable
flake8-import-order checks. This extension assumes an actual file exists
and causes hacking rule unit tests.

application-import-names needs to be specified in tox.ini
to ensure application imports are placed after third-party imports.

Change-Id: I4d6703c7cbad6ed0845d0605ecf494b0b3a8f154
2017-08-19 07:39:35 +00:00
..
api_tests Initial commit 2017-05-22 13:36:41 +09:00
test_data Initial commit 2017-05-22 13:36:41 +09:00
__init__.py Initial commit 2017-05-22 13:36:41 +09:00
helpers.py Initial commit 2017-05-22 13:36:41 +09:00
settings.py Use flake8-import-order plugin 2017-08-19 07:39:35 +00:00