Files
stack/tests/llm/test_restamp.py
kert 00dd3fb9b0 test(llm): restamp pagination-loop mechanics with a fake engine (F8)
A fake engine/connection records every SQL call and serves fixed
batches, so the loop mechanics are verified directly: `after` advances
to the last id of each batch, the UPDATE runs once per batch with the
planned patches (not once per row), dry_run=True still counts but
issues no UPDATE, and the loop terminates on the first empty batch.
Deleted the tautological test_sql_shapes (asserted substrings of the
constants against themselves).
2026-09-09 21:04:52 -04:00

4.4 KiB