MCPcopy Create free account
hub / github.com/Exorust/Adkit-MCP / TestPlacementSemantics

Class TestPlacementSemantics

tests/test_match_semantics.py:73–78  ·  view source on GitHub ↗

Placement/surface: annotate only, no filter.

Source from the content-addressed store, hash-verified

71
72
73class TestPlacementSemantics:
74 """Placement/surface: annotate only, no filter."""
75
76 def test_placement_no_filter(self):
77 # We do not filter by placement; we only annotate
78 assert "annotate" in RULE_PLACEMENT_ANNOTATE_ONLY or "no filter" in RULE_PLACEMENT_ANNOTATE_ONLY.lower()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected