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