testing.combinations(
(select(column("a")),),
(table("q", column("a")).insert(),),
(table("q", column("a")).update(),),
(table("q", column("a")).delete(),),
(la
| 1 | import importlib |
| 2 | from inspect import signature |
| 3 | import itertools |
| 4 | import random |
nothing calls this directly
no outgoing calls
no test coverage detected