keystone/keystone/tests/unit/identity
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
..
backends Switch from mock to unittest.mock use 2020-03-02 13:40:40 -06:00
shadow_users Convert auth to flask native dispatching 2018-10-09 23:23:03 -07:00
__init__.py Variable 'domain_ref' referenced before assignment 2014-02-17 14:46:23 +00:00
test_backend_sql.py Drop the compatibility password column 2018-11-12 02:38:31 +00:00
test_backends.py Remove six usage 2020-01-30 06:06:51 +00:00
test_core.py Switch from mock to unittest.mock use 2020-03-02 13:40:40 -06:00