python-troveclient/troveclient/compat
Sean McGinnis 2b8282bb1e
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: Ib83e626f51e6e01898bb7931c1660a1a548500f3
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2020-04-18 11:59:46 -05:00
..
tests Use unittest.mock instead of third party mock 2020-04-18 11:59:46 -05:00
__init__.py Enabled F821, H306, H402, and H404 flake8 rule 2014-05-09 08:54:39 +00:00
auth.py Enable Keystone v3 support for compat client 2017-10-09 14:40:44 -05:00
base.py Fix python3 compatibility issues 2018-08-31 12:51:32 +00:00
cli.py Update hacking version 2019-01-02 23:57:05 +08:00
client.py Fix python3 compatibility issues 2018-08-31 12:51:32 +00:00
common.py Avoid use xx=[] for parameter in function 2016-10-19 02:08:46 +00:00
exceptions.py Make dict.keys() PY3 compatible 2016-06-21 15:08:32 +00:00
mcli.py Update hacking version 2019-01-02 23:57:05 +08:00
utils.py Use strutils.to_slug() instead of utils.slugify() 2016-09-06 10:17:51 +09:00
versions.py Enabled F821, H306, H402, and H404 flake8 rule 2014-05-09 08:54:39 +00:00