]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
tests: move python package tests into proper directory
authorAleš Mrázek <ales.mrazek@nic.cz>
Wed, 5 Aug 2026 21:21:52 +0000 (23:21 +0200)
committerAleš Mrázek <ales.mrazek@nic.cz>
Wed, 5 Aug 2026 21:21:52 +0000 (23:21 +0200)
27 files changed:
tests/python/knot_resolver/__init__.py [moved from tests/manager/__init__.py with 100% similarity]
tests/python/knot_resolver/datamodel/templates/test_cache_macros.py [moved from tests/manager/datamodel/templates/test_cache_macros.py with 100% similarity]
tests/python/knot_resolver/datamodel/templates/test_common_macros.py [moved from tests/manager/datamodel/templates/test_common_macros.py with 100% similarity]
tests/python/knot_resolver/datamodel/templates/test_forward_macros.py [moved from tests/manager/datamodel/templates/test_forward_macros.py with 100% similarity]
tests/python/knot_resolver/datamodel/templates/test_network_macros.py [moved from tests/manager/datamodel/templates/test_network_macros.py with 100% similarity]
tests/python/knot_resolver/datamodel/templates/test_policy_macros.py [moved from tests/manager/datamodel/templates/test_policy_macros.py with 100% similarity]
tests/python/knot_resolver/datamodel/templates/test_types_render.py [moved from tests/manager/datamodel/templates/test_types_render.py with 100% similarity]
tests/python/knot_resolver/datamodel/templates/test_view_macros.py [moved from tests/manager/datamodel/templates/test_view_macros.py with 100% similarity]
tests/python/knot_resolver/datamodel/test_config_schema.py [moved from tests/manager/datamodel/test_config_schema.py with 100% similarity]
tests/python/knot_resolver/datamodel/test_forward_schema.py [moved from tests/manager/datamodel/test_forward_schema.py with 100% similarity]
tests/python/knot_resolver/datamodel/test_local_data.py [moved from tests/manager/datamodel/test_local_data.py with 100% similarity]
tests/python/knot_resolver/datamodel/test_lua_schema.py [moved from tests/manager/datamodel/test_lua_schema.py with 100% similarity]
tests/python/knot_resolver/datamodel/test_management_schema.py [moved from tests/manager/datamodel/test_management_schema.py with 100% similarity]
tests/python/knot_resolver/datamodel/test_network_schema.py [moved from tests/manager/datamodel/test_network_schema.py with 100% similarity]
tests/python/knot_resolver/datamodel/types/test_base_types.py [moved from tests/manager/datamodel/types/test_base_types.py with 100% similarity]
tests/python/knot_resolver/datamodel/types/test_custom_types.py [moved from tests/manager/datamodel/types/test_custom_types.py with 100% similarity]
tests/python/knot_resolver/datamodel/types/test_generic_types.py [moved from tests/manager/datamodel/types/test_generic_types.py with 100% similarity]
tests/python/knot_resolver/test_config_store.py [moved from tests/manager/test_config_store.py with 100% similarity]
tests/python/knot_resolver/test_knot_resolver_manager.py [moved from tests/manager/test_knot_resolver_manager.py with 100% similarity]
tests/python/knot_resolver/utils/modeling/test_base_schema.py [moved from tests/manager/utils/modeling/test_base_schema.py with 100% similarity]
tests/python/knot_resolver/utils/modeling/test_etag.py [moved from tests/manager/utils/modeling/test_etag.py with 100% similarity]
tests/python/knot_resolver/utils/modeling/test_json_pointer.py [moved from tests/manager/utils/modeling/test_json_pointer.py with 100% similarity]
tests/python/knot_resolver/utils/modeling/test_parsing.py [moved from tests/manager/utils/modeling/test_parsing.py with 100% similarity]
tests/python/knot_resolver/utils/modeling/test_query.py [moved from tests/manager/utils/modeling/test_query.py with 100% similarity]
tests/python/knot_resolver/utils/modeling/test_renaming.py [moved from tests/manager/utils/modeling/test_renaming.py with 100% similarity]
tests/python/knot_resolver/utils/modeling/test_types.py [moved from tests/manager/utils/modeling/test_types.py with 100% similarity]
tests/python/knot_resolver/utils/test_functional.py [moved from tests/manager/utils/test_functional.py with 100% similarity]