keystone/keystone/tests/unit/common
Sean McGinnis 8c99a90f36 Switch from mock to unittest.mock use
The mock library is a third party lib that attempted to bridge the gap
between Python 2 and Python 3 mocking. Now that we have moved to py3
only, there is no need to use a third party lib and we can use the
standard built-in mocking support.

Change-Id: I8bbcedb7ad3f0bc2e06dfa13878a97411ee1dc6d
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2020-03-02 13:40:40 -06:00
..
__init__.py Always hash passwords on their way into the DB 2014-02-20 13:06:37 +00:00
test_cache.py Distributed cache namespace to invalidate regions 2016-08-29 16:38:55 +00:00
test_database_conflicts.py Finish refactoring self.*_api out of tests 2018-02-05 23:26:08 +00:00
test_json_home.py Use https for docs.openstack.org references 2017-01-30 16:05:08 -08:00
test_notifications.py Switch from mock to unittest.mock use 2020-03-02 13:40:40 -06:00
test_provider_api.py Fix RBACEnforcer get_member_from_driver mechanism 2018-09-10 13:32:14 -07:00
test_rbac_enforcer.py Switch from mock to unittest.mock use 2020-03-02 13:40:40 -06:00
test_resource_options_common.py Code-Defined Resource-specific Options 2017-01-25 16:15:44 -08:00
test_sql_core.py Do not call `to_dict` outside of a session context 2017-01-25 06:12:20 +00:00
test_utils.py Remove six usage 2020-01-30 06:06:51 +00:00