Changeset e198832 in flexoentity for tests/test_id_stress.py
- Timestamp:
- 10/26/25 17:35:48 (3 months ago)
- Branches:
- master
- Children:
- 3bad43e
- Parents:
- c98728b
- File:
-
- 1 edited
-
tests/test_id_stress.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
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.
