test(bus): E.2.3 TTP topic naming — constants, builders, wildcard match

This commit is contained in:
2026-05-01 06:53:05 -04:00
parent e58aa4fe3a
commit cce84f23dc
2 changed files with 102 additions and 0 deletions

View File

@@ -2538,6 +2538,8 @@ lands; PII rule §6 type assertion is GREEN today).
**E.2.3 — Bus topic naming tests** (`tests/bus/test_ttp_topics.py`)
**Status:** ✅ done.
- All TTP_* constants match the documented names exactly.
- `matches("ttp.>", TTP_TAGGED)` is True (subscription wildcards
work as documented).