testing.combinations(
("add",),
("modify",),
("delete",),
("begin",),
argnames="check_operation",
)
| 1 | from __future__ import annotations |
| 2 | |
| 3 | import contextlib |
| 4 | import random |
nothing calls this directly
no outgoing calls
no test coverage detected