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

Class TestTargetingEngineEmptyConstraints

tests/test_targeting_engine.py:76–83  ·  view source on GitHub ↗

Empty constraints still returns VectorFilter (never None).

Source from the content-addressed store, hash-verified

74
75
76class TestTargetingEngineEmptyConstraints:
77 """Empty constraints still returns VectorFilter (never None)."""
78
79 def test_empty_constraints_returns_vector_filter(self):
80 vf = _build_filter()
81 assert isinstance(vf, VectorFilter)
82 assert vf.must == []
83 assert vf.must_not == []

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected