python-designateclient/designateclient/tests/v2
Hervé Beraud c37f8ff9f0 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: I3be6c40ef61e0334cab860689abbee84f5d19265
2020-06-09 20:28:22 +02:00
..
__init__.py Replace 'assertTrue(a in b)' with 'assertIn(a, b)' 2016-09-28 13:51:43 +07:00
test_blacklists.py V2 Bindings 2015-05-07 17:23:09 +02:00
test_client.py Switch to keystoneauth 2016-05-16 17:20:28 -03:00
test_limits.py V2 Bindings 2015-05-07 17:23:09 +02:00
test_nameservers.py Use unittest.mock instead of mock 2020-06-09 20:28:22 +02:00
test_recordsets.py Use unittest.mock instead of mock 2020-06-09 20:28:22 +02:00
test_reverse.py V2 Bindings 2015-05-07 17:23:09 +02:00
test_service_statuses.py Add support for service status 2016-04-12 09:50:27 +02:00
test_timeout.py Use unittest.mock instead of mock 2020-06-09 20:28:22 +02:00
test_tlds.py Resolve TLD's by name 2015-10-16 13:04:17 +02:00
test_tsigkeys.py Add tsig key support to python-designateclient 2017-07-07 14:16:30 +02:00
test_zones.py Add openstack zone transfer accept list cli to designateclient 2016-06-14 11:26:53 +00:00