python-keystoneclient/keystoneclient/tests/unit/auth
Sean McGinnis ee55c043c2
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: I7498ea2353cccca7b23d9ef74015a566ac431f90
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2020-04-18 11:58:31 -05:00
..
__init__.py Move tests to the unit subdirectory 2015-02-11 19:03:25 +11:00
test_access.py Use AUTH_INTERFACE object from keystoneauth 2016-08-24 18:52:36 +10:00
test_auth.py Deprecate auth plugins from keystoneclient 2016-02-03 12:08:07 +11:00
test_cli.py Use unittest.mock instead of third party mock 2020-04-18 11:58:31 -05:00
test_conf.py Use unittest.mock instead of third party mock 2020-04-18 11:58:31 -05:00
test_default_cli.py Use unittest.mock instead of third party mock 2020-04-18 11:58:31 -05:00
test_identity_common.py Use unittest.mock instead of third party mock 2020-04-18 11:58:31 -05:00
test_identity_v2.py Use unittest.mock instead of third party mock 2020-04-18 11:58:31 -05:00
test_identity_v3.py Use unittest.mock instead of third party mock 2020-04-18 11:58:31 -05:00
test_identity_v3_federated.py Use fixtures from keystoneauth 2016-08-24 18:52:27 +10:00
test_loading.py Replace six.iteritems() with .items() 2017-04-03 18:20:52 +05:30
test_password.py Use unittest.mock instead of third party mock 2020-04-18 11:58:31 -05:00
test_token.py Split v3 authentication file into module 2015-03-17 09:54:17 +11:00
test_token_endpoint.py Deprecate Session 2016-02-03 12:06:07 +11:00
utils.py Use unittest.mock instead of third party mock 2020-04-18 11:58:31 -05:00