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
The hasattr call below seems to always pass, meaning that the new function is called even if it doesn't exist (making this a breaking change from 2.1.2 -> 2.2.0):
The
hasattr
call below seems to always pass, meaning that the new function is called even if it doesn't exist (making this a breaking change from2.1.2 -> 2.2.0
):pytest-mongodb/pytest_mongodb/plugin.py
Lines 90 to 93 in b17fe96
Example (partially omitted for legibility):
Introduced with 982ad12
I suspect
insert_many
will have the same issue.The text was updated successfully, but these errors were encountered: