designate/designate/tests/unit
Erik Olof Gunnar Andersson 808f0c9198 Cleaned up coordinator and locking byte handling
Change-Id: Ia112623c82b4b2e945048037844ea21f854e4399
2024-03-23 18:17:48 +00:00
..
api Improved V2 controller coverage 2024-01-07 13:06:08 +00:00
backend Make edgegrid-python optional 2024-01-22 21:47:31 +09:00
central Cleaned up coordinator and locking byte handling 2024-03-23 18:17:48 +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 Merge "Add support for catalog zones" 2024-02-14 20:16:54 +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 Add support for catalog zones 2024-01-22 15:22:13 +01: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 Cleaned up coordinator and locking byte handling 2024-03-23 18:17:48 +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 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