designate/designate/tests/unit
Erik Olof Gunnar Andersson 604e10a570 Removed Python 2 compatibility bytes handling
Change-Id: Ic437b2e5f486dab7af3d662abc68cf239137c40a
2023-12-02 08:18:32 -08: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 Add basic profiler test coverage 2023-11-19 12:30:39 +00:00
mdns Standardize all configuration loading 2023-11-03 11:19:11 +00: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 Improve worker test coverage 2023-11-04 14:59:51 -07: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 Add context hard_delete coverage 2023-11-17 13:16:52 -08: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 Add better get_ip_address coverage 2023-11-21 06:36:14 -08:00
test_heartbeat_emitter.py Standardize all configuration loading 2023-11-03 11:19:11 +00:00
test_rpc.py Improved RPC coverage 2023-11-19 04:29:44 -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