Release: dev → main (first public release) #258

Merged
bvandeusen merged 94 commits from dev into main 2026-09-25 10:02:40 -04:00
Showing only changes of commit 364e050632 - Show all commits
-5
View File
@@ -273,11 +273,6 @@ def test_the_row_carries_exactly_one_constraint_now():
for name in constraints:
assert not name.startswith("ck_worker_lane_ck_"), f"doubled prefix: {name}"
# Evaluate the same predicates the database will, so the parametrize table
# documents what is accepted rather than restating the SQL.
satisfied = slots >= 0 and cap >= 0 and slots <= cap
assert satisfied is ok
# --- what an optional lane tells the operator before it is enabled -----------