Isolate residual S/R target selection

This commit is contained in:
2026-07-13 09:05:28 +02:00
parent 04ef7f44a2
commit e31d1704a2
7 changed files with 109 additions and 11 deletions
@@ -374,3 +374,6 @@ def test_gate_requires_confirmation_for_standalone_round_number():
assert _gate_eligible_levels(
[untouched, confirmed, confluent], confirmed_rounds_only=True
) == [confirmed, confluent]
assert _gate_eligible_levels(
[untouched, confirmed, confluent], exclude_standalone_rounds=True
) == [confluent]