designate/designate/tests/unit
Erik Olof Gunnar Andersson 6158c83717 Modernized producer tests
* Dropped test_ from folder name.
* Dropped usage of assert.

Change-Id: I9d76b6d5640084f019d220ddd5e85851cd824fd1
2019-05-20 23:57:44 -07:00
..
producer Modernized producer tests 2019-05-20 23:57:44 -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_backend Use designate.utils.generate_uuid instead of str(uuid.uuid4) 2017-01-16 16:12:08 +07:00
test_central Fix DBDeadLock error resulting into 500 2019-03-27 20:27:30 +09: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
test_objects Ensure we do not pass invalid data for A records 2018-04-11 15:34:15 +01:00
test_pool_manager Implement policy in code (1) 2017-10-24 09:23:25 +00:00
test_scheduler Remove usage of parameter enforce_type 2017-05-22 22:45:14 +08: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