Complete adapter conformance coverage
This commit is contained in:
parent
2a4301d22f
commit
850979ccf1
5 changed files with 72 additions and 2 deletions
|
|
@ -10,6 +10,8 @@ from phase_memory.service import (
|
|||
assert_event_log_conformance,
|
||||
assert_graph_store_conformance,
|
||||
assert_policy_gateway_conformance,
|
||||
assert_runtime_registry_conformance,
|
||||
assert_semantic_index_conformance,
|
||||
default_conformance_adapters,
|
||||
health_report,
|
||||
kontextual_delegation_envelope,
|
||||
|
|
@ -53,6 +55,8 @@ def test_default_adapter_conformance_helpers() -> None:
|
|||
assert_context_compiler_conformance(adapters["context_compiler"])
|
||||
assert_policy_gateway_conformance(adapters["policy_gateway"])
|
||||
assert_audit_sink_conformance(adapters["audit_sink"])
|
||||
assert_semantic_index_conformance(adapters["semantic_index"])
|
||||
assert_runtime_registry_conformance(adapters["runtime_registry"])
|
||||
|
||||
|
||||
def test_kontextual_delegation_envelope_is_explicit() -> None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue