designate/designate/tests/unit
Erik Olof Gunnar Andersson 755efb1f3c Improve Dyntext coverage and removed unusable code
- Removed poll_response code that wasn't working.
- Removed unused code.
- Fixed non-lazy loaded log lines.

Change-Id: Ib8b0f4d61c1ee94f48b020c70ef260397d358172
2024-01-08 13:43:55 -08:00
..
api Improved V2 controller coverage 2024-01-07 13:06:08 +00:00
backend Improve Dyntext coverage and removed unusable code 2024-01-08 13:43:55 -08: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 Restructure testing 2024-01-05 15:09:29 -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 Restructure testing 2024-01-05 15:09: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