test(ttp): E.2.2 idempotency — determinism, golden value, replay-safety signature lock

This commit is contained in:
2026-05-01 06:45:49 -04:00
parent e6f1da2344
commit e58aa4fe3a
2 changed files with 113 additions and 0 deletions

View File

@@ -2519,6 +2519,8 @@ lands; PII rule §6 type assertion is GREEN today).
**E.2.2 — Idempotency + replay-safety property tests** (`tests/ttp/test_idempotency.py`)
**Status:** ✅ done.
- Hypothesis property: for any valid input tuple, `compute_tag_uuid`
returns the same string twice in a row. Determinism.
- Distinct input tuples produce distinct UUIDs (collision resistance