- Timestamp:
- 10/26/25 17:35:48 (3 months ago)
- Branches:
- master
- Children:
- 3bad43e
- Parents:
- c98728b
- Location:
- tests
- Files:
-
- 2 edited
-
test_id_lifecycle.py (modified) (1 diff)
-
test_id_stress.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() -
tests/test_id_stress.py
rc98728b re198832 93 93 94 94 # 999 → 1000 should raise RuntimeError 95 with pytest.raises( RuntimeError):96 q. sign()95 with pytest.raises(ValueError): 96 q.publish() 97 97 98 98
Note:
See TracChangeset
for help on using the changeset viewer.
