python-blazarclient/blazarclient/tests
Pierre Riteau 1db6cb37c6 Remove use of mock.seal()
The seal function was introduced in unittest.mock in Python 3.7. It is
preventing us from using unittest.mock instead of mock.

We can restore it when the minimum runtime is Python 3.7 or later.

Change-Id: Ieb26af07da0c4084fb8c4ea2c4d461eb5595f583
2021-02-23 15:10:51 +01:00
..
v1 Remove use of mock.seal() 2021-02-23 15:10:51 +01:00
__init__.py Use fixtures instead of deprecated mockpatch module 2017-08-24 05:18:21 +00:00
test_base.py Fix typo in exception class name 2018-12-17 15:24:01 +01:00
test_client.py Migrate Python namespace from climateclient to blazarclient 2017-02-21 21:53:05 +00:00
test_command.py Fix issues with Python3 2018-01-25 14:37:10 +09:00
test_shell.py Remove six 2020-11-09 14:34:07 +00:00