designate/designate/tests/unit
Erik Olof Gunnar Andersson 82ec7a8a4d Modernized backend tests
* Moved most backend tests to unit/backend.
* Cleaned up tests and standardized them.

Change-Id: I47fe074a74cf82cf80f7b5a43874813b2ba091b0
2019-05-25 04:38:32 +00:00
..
backend Modernized backend tests 2019-05-25 04:38:32 +00: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
test_agent Fix unit tests for oslo.config 3.18.0 2016-10-21 14:21:19 -06:00
test_api Replace assertDictEqual() with assertEqual() 2016-08-08 01:47:04 +00:00
test_central Replace RCPDispatcher with decorator 2019-04-02 22:53:34 -07:00
test_mdns Modernized RPC impl and fixed service tests 2019-03-09 13:54:58 -08: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 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 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

README

This directory contains pure unit tests.

Examples:

ostestr --regex designate.tests.test_unit

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