Changeset 0b4a5e6 in flexoentity for tests/test_persistance_integrity.py
- Timestamp:
- 10/19/25 14:50:53 (3 months ago)
- Branches:
- master
- Children:
- 12d7663
- Parents:
- 59342ce
- File:
-
- 1 edited
-
tests/test_persistance_integrity.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/test_persistance_integrity.py
r59342ce r0b4a5e6 40 40 assert not FlexoEntity.verify_integrity(loaded) 41 41 42 # For state-aware systems, content-only integrity is *not applicable* unless regenerated43 # (i.e., the stored signature is not purely text-based). So we only assert the failure is detected.44 assert not FlexoEntity.verify_content_integrity(loaded)45 46 42 assert approved_entity.flexo_id.signature == loaded.flexo_id.signature 47 43 assert approved_entity.flexo_id == loaded.flexo_id
Note:
See TracChangeset
for help on using the changeset viewer.
