python-openstackclient/openstackclient/tests/unit/identity/v3
Akihiro Motoki f3bbf52b3c 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.

Change-Id: I12b596820727aeeb379bee16c2bc993dee9eb637
2017-08-17 06:55:00 +00:00
..
__init__.py move unit tests to new "unit" test module 2016-09-08 15:19:50 -07:00
fakes.py Use flake8-import-order plugin 2017-08-17 06:55:00 +00:00
test_catalog.py Replace 'MagicMock' with 'Mock' 2016-09-14 17:59:31 +08:00
test_consumer.py move unit tests to new "unit" test module 2016-09-08 15:19:50 -07:00
test_credential.py Add optional parameter "user_id" and "type" to list credentials 2017-07-25 09:56:50 -05:00
test_domain.py move unit tests to new "unit" test module 2016-09-08 15:19:50 -07:00
test_endpoint.py move unit tests to new "unit" test module 2016-09-08 15:19:50 -07:00
test_group.py Support to add/remove multi users for "group add/remove user" 2017-03-21 10:39:42 +08:00
test_identity_provider.py Use flake8-import-order plugin 2017-08-17 06:55:00 +00:00
test_mappings.py Use flake8-import-order plugin 2017-08-17 06:55:00 +00:00
test_oauth.py move unit tests to new "unit" test module 2016-09-08 15:19:50 -07:00
test_project.py Merge "Use *_as_ids instead *_as_list" 2017-07-26 03:58:57 +00:00
test_protocol.py move unit tests to new "unit" test module 2016-09-08 15:19:50 -07:00
test_region.py move unit tests to new "unit" test module 2016-09-08 15:19:50 -07:00
test_role.py Use flake8-import-order plugin 2017-08-17 06:55:00 +00:00
test_role_assignment.py Use flake8-import-order plugin 2017-08-17 06:55:00 +00:00
test_service.py move unit tests to new "unit" test module 2016-09-08 15:19:50 -07:00
test_service_provider.py move unit tests to new "unit" test module 2016-09-08 15:19:50 -07:00
test_token.py move unit tests to new "unit" test module 2016-09-08 15:19:50 -07:00
test_trust.py Use flake8-import-order plugin 2017-08-17 06:55:00 +00:00
test_unscoped_saml.py Remove auth_with_unscoped_saml decorator 2016-12-04 18:59:09 +00:00
test_user.py Use flake8-import-order plugin 2017-08-17 06:55:00 +00:00