designate/designate/tests/unit
Kiall Mac Innes e612a3974f Enable use of Pools YAML
This change adds the tooling to use the DB Tables created for pool
config data and the tooling to migrate the config info itself.

Change-Id: If99dbf527ef1ac0f05f15fe77f68f64e357fe0a5
2016-03-17 19:13:31 +00:00
..
test_api Switch to mock fixtures, minor cleanup 2016-01-27 13:20:51 +00:00
test_backend Switch to mock fixtures, minor cleanup 2016-01-27 13:20:51 +00:00
test_central Add scheduler for pools 2016-03-14 20:59:58 +00:00
test_mdns Actually poll for zone deletes 2016-02-16 22:30:37 +00:00
test_objects Enable use of Pools YAML 2016-03-17 19:13:31 +00:00
test_pool_manager Enable use of Pools YAML 2016-03-17 19:13:31 +00:00
test_scheduler Add scheduler for pools 2016-03-14 20:59:58 +00:00
test_zone_manager Use lazy properties in services 2016-02-25 14:48:39 -06: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

README

This directory contains pure unit tests.

Examples:

ostestr --regex designate.tests.test_unit

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