designate/designate/tests/unit
Federico Ceratto 4e7c65c312 Add gdnsd backend
Change-Id: Iee4227134b1d6c506e66085dcd417fe60e460ffb
2016-07-11 13:22:23 +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 Fixing several typos 2016-06-29 15:04:50 +02: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