keystone/keystone/tests/unit/auth
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
..
plugins Fix integer -> method conversion for python3 2018-03-22 18:13:24 +00:00
__init__.py Refactor extract function load_auth_method 2015-06-18 20:52:57 -05:00
test_controllers.py Switch from mock to unittest.mock use 2020-03-02 13:40:40 -06:00
test_schema.py Move validate_issue_token_auth from controllers 2018-08-01 16:57:16 +00:00