neutron-vpnaas-dashboard/neutron_vpnaas_dashboard/test
Akihiro Motoki 55337ba80a 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: If2067b950737ae7ebc65b2311955754be795758f
2017-08-29 06:52:55 +00:00
..
api_tests Add support for Endpoint Group 2017-08-21 02:55:07 +00:00
test_data Add support for Endpoint Group 2017-08-21 02:55:07 +00:00
__init__.py Add some required python files 2017-05-20 11:25:49 +09:00
helpers.py Pass unit tests 2017-05-20 22:33:49 +00:00
settings.py Use flake8-import-order plugin 2017-08-29 06:52:55 +00:00