designate/designate/tests/unit
Zuul fc5700bd61 Merge "Added sink unit tests" 2019-06-11 16:47:38 +00:00
..
agent Modernized agent tests 2019-06-09 01:23:57 -07:00
api Renamed unit.test_api to unit.api 2019-06-03 14:27:40 -07:00
backend Remove KS v2 support and add region support 2019-05-25 21:04:55 -07:00
mdns Modernized mdns tests 2019-06-03 14:32:44 -07:00
notification_handler Added sink unit tests 2019-06-09 18:44:40 -07:00
objects Modernized object tests 2019-05-21 12:17:48 -07:00
pool_manager Modernized pool manager tests 2019-05-22 22:30:50 -07:00
producer Modernized producer tests 2019-05-20 23:57:44 -07:00
scheduler Modernized scheduler tests 2019-05-22 21:40:03 -07:00
sink Added sink unit tests 2019-06-09 18:44:40 -07:00
test_central Renamed unit.test_api to unit.api 2019-06-03 14:27:40 -07:00
test_metrics Remove translation of log messages 2018-03-14 12:54:05 -07:00
workers Modernized workers tests 2019-05-20 23:47:42 -07:00
README Removing unused code and updated unit tests readme 2019-05-25 13:36:04 -07:00
__init__.py Actually poll for zone deletes 2016-02-16 22:30:37 +00:00
test_dnsutils.py Modernized dnsutils tests 2019-06-03 14:46:39 -07:00
test_pool.py Migrate object to OVO (4) 2018-02-25 16:07:38 +00:00
test_service_status.py Add unique constraint to service_statuses 2018-05-20 12:41:21 -07:00
test_upgrade_checks.py Add designate-status command for upgrade checks 2018-12-07 21:53:17 +00:00
test_utils.py Adding basic socket tests and fixed a typo 2019-05-24 22:48:43 -07:00

README

This directory contains pure unit tests.

Examples:

tox -e py27 -- tests.unit
tox -e py37 -- tests.unit.backend