testing.variation("stmt_type", ["select", "update", "insert", "delete"])
| 1 | from sqlalchemy import delete |
| 2 | from sqlalchemy import exc |
| 3 | from sqlalchemy import insert |
| 4 | from sqlalchemy import Integer |
nothing calls this directly
no outgoing calls
no test coverage detected