You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
you can mock a session with regular AlchemyMagicMock. unified is meant to mimick orm where you interface with models. not sure how useful that will be to add support there for execute as there is nothing to unify (e.g. there is no need to call execute() multiple times where the params need to be merged).
Using session, it is possible to execute plain SQL calls with execute method:
I did not find out how I could mock such scenarios with
UnifiedAlchemyMagicMock
.Did I oversee something?
The text was updated successfully, but these errors were encountered: