refactor(public): ship full public edition with patterns disabled

This commit is contained in:
bruno cesar
2026-03-01 02:05:05 -03:00
parent a7fa6376dc
commit 91f211394a
30 changed files with 202 additions and 298 deletions

View File

@@ -202,7 +202,7 @@ def test_self_dealing_uses_value_committed_or_value_paid() -> None:
try:
cypher = _load_cypher("pattern_self_dealing")
except FileNotFoundError:
pytest.skip("pattern_self_dealing.cypher not shipped in public edition snapshot")
pytest.skip("pattern_self_dealing.cypher not available in this scope")
# Must use coalesce with both TransfereGov fields AND Transparencia fallback
assert "a.value_committed" in cypher, (
"pattern_self_dealing.cypher missing a.value_committed (TransfereGov)"