designate/designate/tests/unit
Jens Harbott eafed0be45 Skip test failing after oslo.messaging update
The newest olso.messaging release introduces a type test that fails when
the parameter is mocked. [1]

Skip the failing test in order to unblock the gate until there is a
proper fix.

[1] I0bbf9fca0ecbe71efa87c9613ffd32eb718f2c0e
Partial-Bug: 1716119

Change-Id: I414badd42f02fd6fc99957e0c72b42c26b354517
2017-09-09 12:01:11 +00:00
..
test_agent Fix unit tests for oslo.config 3.18.0 2016-10-21 14:21:19 -06:00
test_api Replace assertDictEqual() with assertEqual() 2016-08-08 01:47:04 +00:00
test_backend Use designate.utils.generate_uuid instead of str(uuid.uuid4) 2017-01-16 16:12:08 +07:00
test_central Remove unused cfg import and fix uuid format in test-case 2017-08-15 23:45:35 +07:00
test_mdns Skip test failing after oslo.messaging update 2017-09-09 12:01:11 +00:00
test_metrics Fix noop metrics timed decorator 2017-01-26 16:58:37 -07:00
test_objects Merge "Add 'DELETED', 'NO_ZONE' and 'SUCCESS' status for objects." 2017-06-09 13:04:14 +00:00
test_pool_manager Type checking in pool manager target sync 2016-05-13 17:54:28 +01:00
test_producer Fix task tests under py3 2017-06-29 10:02:03 +02:00
test_scheduler Remove usage of parameter enforce_type 2017-05-22 22:45:14 +08:00
README Create unit tests dir, move objects tests there 2015-07-20 14:15:42 +01:00
__init__.py Actually poll for zone deletes 2016-02-16 22:30:37 +00:00
test_pool.py Fix pool tests in py3 2017-06-29 10:01:11 +02:00
test_service_status.py Add support for getting Service Status 2016-04-12 16:32:17 +02:00

README

This directory contains pure unit tests.

Examples:

ostestr --regex designate.tests.test_unit

python setup.py testr --coverage -t designate.tests.test_unit