designate/designate/tests/unit
Erik Olof Gunnar Andersson e720d8d59a Cleanup context code
- Added additional coverage.
- Split tests into unit and functional tests.
- Simplified _ContextAuthPlugin.

Change-Id: Ie786b73b00196b51185e514d84be618617339d06
2023-12-07 23:28:02 +00:00
..
api Improved api root test coverage 2023-11-17 16:01:26 -08:00
backend Add shard id to zone and recordset representation 2023-11-22 16:47:21 +00:00
central Standardize all configuration loading 2023-11-03 11:19:11 +00: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 Improved MDNS Handler test coverage 2023-12-02 14:05:25 -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 Add shard id to zone and recordset representation 2023-11-22 16:47:21 +00:00
producer Standardize all configuration loading 2023-11-03 11:19:11 +00:00
scheduler Standardize all configuration loading 2023-11-03 11:19:11 +00:00
sink Fix config loading in test notifications 2023-11-17 15:00:10 -08:00
storage Standardize all configuration loading 2023-11-03 11:19:11 +00:00
test_central Standardize all configuration loading 2023-11-03 11:19:11 +00:00
workers Add missing worker delete_zone test 2023-12-05 12:09:18 +00: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_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 Standardize all configuration loading 2023-11-03 11:19:11 +00: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