designate/designate/tests/unit
Federico Ceratto 937e6dd523 Set zone in ERROR status on periodic sync fail
Improve testing
Code style cleanup

Change-Id: I1d65ed13fc185858ffe477e4bca6303e01a12c1d
Closes-Bug: #1416263
2015-12-09 17:11:53 +00:00
..
test_api Fix argument order in assertEqual to (expect, obs) 2015-11-05 21:39:38 +01:00
test_backend Rename all references of Domain to Zone 2015-11-17 15:22:16 +00:00
test_central Fix NO_DOMAIN handling with The Big Rename 2015-12-03 11:34:54 -06:00
test_mdns Add mdns unit tests for main service handler 2015-11-18 21:50:56 +00:00
test_objects Rename all references of Domain to Zone 2015-11-17 15:22:16 +00:00
test_pool_manager Set zone in ERROR status on periodic sync fail 2015-12-09 17:11:53 +00:00
test_zone_manager Rename all references of Domain to Zone 2015-11-17 15:22:16 +00:00
README Create unit tests dir, move objects tests there 2015-07-20 14:15:42 +01:00
__init__.py Create unit tests dir, move objects tests there 2015-07-20 14:15:42 +01:00
test_pool.py Add unit testing for pool 2015-07-27 11:15:45 +01: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