testing.combinations(
(insert,),
(update,),
(delete,),
(select,),
)
| 1 | from unittest.mock import Mock |
| 2 | |
| 3 | import sqlalchemy as sa |
| 4 | from sqlalchemy import delete |
nothing calls this directly
no outgoing calls
no test coverage detected