designate/designate/tests/unit
Erik Olof Gunnar Andersson 7067155a7d Improved Notifications coverage
- Minor cleanup to code to make it easier to read.
- Restructured tests.

Change-Id: Id508f9dfd776a0017bd02db461331983e1f82646
2023-12-12 18:43:20 +00:00
..
api Improved api root test coverage 2023-11-17 16:01:26 -08:00
backend Standardized Service unit tests 2023-12-12 10:43:02 -08:00
central Standardized Service unit tests 2023-12-12 10:43:02 -08:00
cmd Standardize all configuration loading 2023-11-03 11:19:11 +00:00
common Cleaned up rpc loggingutils 2023-12-06 13:03:54 +00:00
manage Improved Manage coverage 2023-12-05 05:44:58 -08:00
mdns Standardized Service unit tests 2023-12-12 10:43:02 -08:00
network_api Standardize all configuration loading 2023-11-03 11:19:11 +00:00
notification_handler Standardize all configuration loading 2023-11-03 11:19:11 +00:00
objects Fix FloatingIP ttl not allowing zero 2023-12-07 23:27:50 +00:00
producer Standardized Service unit tests 2023-12-12 10:43:02 -08:00
scheduler Standardize all configuration loading 2023-11-03 11:19:11 +00:00
sink Standardized Service unit tests 2023-12-12 10:43:02 -08:00
storage Standardize all configuration loading 2023-11-03 11:19:11 +00:00
test_central Improved Notifications coverage 2023-12-12 18:43:20 +00:00
workers Standardized Service unit tests 2023-12-12 10:43:02 -08:00
README Update Unit Test README 2023-06-04 20:48:31 -07:00
__init__.py pyupgrade changes for Python3.8+ 2023-11-03 11:19:07 +00:00
test_conf.py pyupgrade changes for Python3.8+ 2023-11-03 11:19:07 +00:00
test_context.py Cleanup context code 2023-12-07 23:28:02 +00:00
test_coordination.py Improved coordination coverage 2023-11-19 12:30:41 +00:00
test_dnsmiddleware.py Removed Python 2 compatibility bytes handling 2023-12-02 08:18:32 -08:00
test_dnsutils.py Improved dnsutils coverage 2023-12-05 11:40:18 +00:00
test_heartbeat_emitter.py Standardize all configuration loading 2023-11-03 11:19:11 +00:00
test_notifications.py Improved Notifications coverage 2023-12-12 18:43:20 +00:00
test_rpc.py Fix RPC tests 2023-12-05 04:08:28 -08:00
test_schema.py Simplify schema implementation 2023-08-20 22:13:28 +02:00
test_service.py Standardized Service unit tests 2023-12-12 10:43:02 -08:00
test_upgrade_checks.py pyupgrade changes for Python3.8+ 2023-11-03 11:19:07 +00:00
test_utils.py Standardize all configuration loading 2023-11-03 11:19:11 +00:00
utils.py pyupgrade changes for Python3.8+ 2023-11-03 11:19:07 +00:00

README

This directory contains pure unit tests.

Examples:

tox -e py3 -- tests.unit
tox -e py3 -- tests.unit.backend