designate/designate/tests/unit
Graham Hayes a762cdf883 Revert 372057bddb
"Fix recordset changes so that they preserve object changes fields"

This patch caused updated that had an empty records array (i.e. not sent in the json request) to remove all records from a recordset.

http://logs.openstack.org/24/350024/1/check/gate-shade-dsvm-functional-nova/fe8727c/console.html#_2016-08-02_14_51_48_101643

This reverts commit 372057bddb.

Change-Id: Ie10099430481ffa76f5a19557e3693189544df6b
2016-08-03 12:12:08 +01:00
..
test_agent Add gdnsd backend 2016-07-11 13:22:23 +01:00
test_api Switch to mock fixtures, minor cleanup 2016-01-27 13:20:51 +00:00
test_backend Modify assert statement when comparing with None 2016-05-24 09:17:45 +00:00
test_central Expose /v2/recordsets api endpoint 2016-05-11 16:36:21 +00:00
test_mdns Modify assert statement when comparing with None 2016-05-24 09:17:45 +00:00
test_objects Revert 372057bddb 2016-08-03 12:12:08 +01:00
test_pool_manager Type checking in pool manager target sync 2016-05-13 17:54:28 +01:00
test_scheduler Added attribute filter to scheduler 2016-04-29 10:03:28 -05:00
test_zone_manager Give proper ERROR for too large exports 2016-04-06 15:57:18 +01: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 Update email addresses hp.com to hpe.com 2016-01-11 14:29:33 +00: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