testing.combinations(
(
lambda tbl: schema.CreateIndex(
Index(
"test_idx1",
tbl.c.data,
unique=True,
| 1 | import contextlib |
| 2 | import random |
| 3 | import re |
| 4 |
nothing calls this directly
no outgoing calls
no test coverage detected