testing.combinations(
("passive_deletes", True),
("passive_updates", False),
("enable_typechecks", False),
("active_history", True),
)
| 1 | from unittest.mock import call |
| 2 | from unittest.mock import Mock |
| 3 | |
| 4 | import sqlalchemy as sa |
nothing calls this directly
no outgoing calls
no test coverage detected