designate/designate/tests/unit
Erik Olof Gunnar Andersson 2b6b8da818 Improved notification unit test coverage
Change-Id: I8b1283f0d7b884e7f15aab2fd9514c93ed146230
2024-01-07 14:51:00 -08:00
..
api Improved V2 controller coverage 2024-01-07 13:06:08 +00:00
backend Improve NS1 test coverage 2024-01-07 13:06:15 +00:00
central Cleanup Central tests 2023-12-12 18:43:23 +00:00
cmd Standardize all configuration loading 2023-11-03 11:19:11 +00:00
common Restructure testing 2024-01-05 15:09:29 -08:00
manage Improved Manage coverage 2023-12-05 05:44:58 -08:00
mdns Restructure testing 2024-01-05 15:09:29 -08:00
network_api Added basic fake network coverage 2024-01-07 13:06:24 +00:00
notification_handler Improved notification unit test coverage 2024-01-07 14:51:00 -08:00
objects Fix FloatingIP ttl not allowing zero 2023-12-07 23:27:50 +00:00
producer Restructure testing 2024-01-05 15:09:29 -08:00
scheduler Improve Scheduler coverage 2024-01-07 13:06:33 +00:00
sink Cleanup cross function / unit imports 2024-01-07 11:53:29 -08:00
storage Standardize all configuration loading 2023-11-03 11:19:11 +00:00
workers Restructure testing 2024-01-05 15:09:29 -08:00
README Restructure testing 2024-01-05 15:09:29 -08: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 Restructure testing 2024-01-05 15:09:29 -08: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 Restructure testing 2024-01-05 15:09:29 -08:00
test_notifications.py Restructure testing 2024-01-05 15:09:29 -08: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 Restructure testing 2024-01-05 15:09:29 -08:00
test_utils.py Restructure testing 2024-01-05 15:09:29 -08:00
utils.py pyupgrade changes for Python3.8+ 2023-11-03 11:19:07 +00:00

README

This directory contains all unit tests.

Examples:

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