Classify proven SCD templates consistently

This commit is contained in:
2026-08-14 12:01:14 +03:00
parent 832d159f37
commit adc5d88e5f
2 changed files with 37 additions and 3 deletions
+6
View File
@@ -10397,6 +10397,12 @@ def test_metadata_object_templates_includes_decoded_data_composition_schema(monk
assert result["templates"][0]["name"] == "ОсновнаяСхемаКомпоновкиДанных"
assert result["templates"][0]["kind"] == "data_composition_schema"
assert result["templates"][0]["match_by"] == "name_exact"
assert result["templates"][0]["platform_type"] == "Схема компоновки данных"
assert result["templates"][0]["template_type_candidates"] == [{
**adapter_server.onec_template_type_by_id("data_composition_schema"),
"confidence": "high",
"evidence": ["confirmed Template identity"],
}]
def test_templates_bindings_preserves_data_composition_schema_kind(monkeypatch: pytest.MonkeyPatch) -> None: