Changeset e198832 in flexoentity for tests/test_id_lifecycle.py
- Timestamp:
- 10/26/25 17:35:48 (3 months ago)
- Branches:
- master
- Children:
- 3bad43e
- Parents:
- c98728b
- File:
-
- 1 edited
-
tests/test_id_lifecycle.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/test_id_lifecycle.py
rc98728b re198832 111 111 q.approve() 112 112 for _ in range(FlexOID.MAX_VERSION - 2): 113 q. sign()113 q.bump_version() 114 114 with pytest.raises(RuntimeError, match="mark obsolete"): 115 115 q.sign()
Note:
See TracChangeset
for help on using the changeset viewer.
