python-cinderclient/cinderclient/tests/unit/v3
Sean McGinnis 82f0ceb724 Add flake8-import-order extension
This adds the import order extension to match what we have in the cinder
repo. This is a linting extension that will check that imports are in
the correct order and the correct grouping so they automatically get
flagged, and it won't be whether reviewers notice and decide to do
anything or not.

Cinder change was Ic13ba238a4a45c6219f4de131cfe0366219d722f for a little
more wordy reasoning.

Also includes updates for noqa tags. Newer version of the linters appear
to want these on the function definition line, not on the decorator
line.

Change-Id: Ibf3f3afbf3bb6ec6613b35f91d4a353c6a391f41
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2021-03-10 15:04:27 -05:00
..
__init__.py Add /v3 endpoint support for cinderclient 2016-04-18 10:49:51 -06:00
fakes.py Add flake8-import-order extension 2021-03-10 15:04:27 -05:00
test_attachments.py Add mode option to attachment-create 2018-07-17 15:58:46 -05:00
test_clusters.py Add flake8-import-order extension 2021-03-10 15:04:27 -05:00
test_default_types.py Add commands for default type overrides 2020-09-16 12:31:54 +00:00
test_group_snapshots.py Fix for v3 volume unit tests 2018-01-25 21:00:08 +08:00
test_group_types.py Add flake8-import-order extension 2021-03-10 15:04:27 -05:00
test_groups.py unable to create group from src in cinderclient 2018-06-20 09:09:54 +08:00
test_messages.py Remove all usage of six library 2021-03-04 16:03:35 +08:00
test_quotas.py Support skip-validation for quota update 2017-07-18 01:03:06 +00:00
test_resource_filters.py Fix for v3 volume unit tests 2018-01-25 21:00:08 +08:00
test_services.py Add flake8-import-order extension 2021-03-10 15:04:27 -05:00
test_shell.py Add flake8-import-order extension 2021-03-10 15:04:27 -05:00
test_volume_backups.py Enable H306 2017-08-01 16:23:49 -04:00
test_volume_transfers.py Fix backwards compat for volume transfer < 3.55 2018-08-04 12:24:35 -05:00
test_volumes.py Remove all usage of six library 2021-03-04 16:03:35 +08:00