python-zaqarclient/tests/unit/queues/v2
Hervé Beraud c40f0cc32b Use unittest.mock instead of mock
The mock third party library was needed for mock support in py2
runtimes. Since we now only support py36 and later, we can use the
standard lib unittest.mock module instead.

Change-Id: I95e8d9564cda2e6a06a3f40b0de6991acb07dd4c
2024-01-27 00:26:23 +09:00
..
__init__.py Added support to v2 2015-11-11 06:04:54 +13:00
test_claims.py Added support to claims 2015-12-16 16:42:21 +13:00
test_client.py Use unittest.mock instead of mock 2024-01-27 00:26:23 +09:00
test_core.py Added support to v2 2015-11-11 06:04:54 +13:00
test_flavor.py Add `flavor` support for v2 2015-11-27 13:15:41 -03:00
test_health.py Support /ping and /health for v2 2016-04-08 16:13:50 +12:00
test_message.py Use unittest.mock instead of mock 2024-01-27 00:26:23 +09:00
test_pool.py Add `pool` support for v2 2015-11-27 13:19:03 -03:00
test_queues.py Refactor the test for v2 queues and messages 2015-12-04 01:55:27 +00:00
test_subscription.py Add support for subscription create v2 2016-01-11 09:31:55 +13:00