openstack-python-openstackc.../openstackclient/tests/unit/identity/v3
Sean McGinnis 725e004d32
Use unittest.mock instead of third party mock
Now that we no longer support py27, we can use the standard library
unittest.mock module instead of the third party mock lib.

Change-Id: Ibd39328c27b68190e2edbf1f52fcea52db3ae791
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2020-04-03 17:11:40 -05:00
..
__init__.py move unit tests to new "unit" test module 2016-09-08 15:19:50 -07:00
fakes.py Adding options to user cli 2020-03-26 22:24:39 +05:30
test_access_rule.py Use unittest.mock instead of third party mock 2020-04-03 17:11:40 -05:00
test_application_credential.py Add support for app cred access rules 2020-01-17 11:14:51 -08:00
test_catalog.py Raise flake8-import-order version to latest 2020-01-10 14:21:47 -06:00
test_consumer.py move unit tests to new "unit" test module 2016-09-08 15:19:50 -07:00
test_credential.py Raise flake8-import-order version to latest 2020-01-10 14:21:47 -06:00
test_domain.py Add project tags functionality 2018-02-23 20:26:57 +00:00
test_endpoint.py Allow endpoint filtering on both project and project-domain 2018-10-09 13:23:49 +00:00
test_endpoint_group.py Raise flake8-import-order version to latest 2020-01-10 14:21:47 -06:00
test_group.py Raise flake8-import-order version to latest 2020-01-10 14:21:47 -06:00
test_identity_provider.py Raise flake8-import-order version to latest 2020-01-10 14:21:47 -06:00
test_implied_role.py Fix the role implies list command. 2018-06-24 02:17:02 +02:00
test_limit.py Add project param in LimitList parser 2018-11-08 11:19:24 -06:00
test_mappings.py Raise flake8-import-order version to latest 2020-01-10 14:21:47 -06:00
test_oauth.py move unit tests to new "unit" test module 2016-09-08 15:19:50 -07:00
test_project.py Raise flake8-import-order version to latest 2020-01-10 14:21:47 -06: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_registered_limit.py Implement support for registered limits 2018-07-23 21:18:50 +00:00
test_role.py Merge "Now we can add description for role creation in OSC" 2020-03-20 18:59:44 +00:00
test_role_assignment.py Raise flake8-import-order version to latest 2020-01-10 14:21:47 -06: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 Raise flake8-import-order version to latest 2020-01-10 14:21:47 -06:00
test_trust.py Raise flake8-import-order version to latest 2020-01-10 14:21:47 -06:00
test_unscoped_saml.py Remove auth_with_unscoped_saml decorator 2016-12-04 18:59:09 +00:00
test_user.py Adding options to user cli 2020-03-26 22:24:39 +05:30