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
I want each factory instance to have access to pytest-function scoped (global) fixtures such as db session but have no means to inject hooks to pytest fixtures at each factory's instantiation.
The text was updated successfully, but these errors were encountered:
rinarakaki
changed the title
How can I pass session-scope fixtures (e.g. db sessions) to each Factory in combination with pytest-asyncio?
How can I pass function-scope fixtures (e.g. db sessions) to each Factory in combination with pytest-asyncio?
Sep 28, 2023
I want each factory instance to have access to pytest-function scoped (global) fixtures such as db session but have no means to inject hooks to pytest fixtures at each factory's instantiation.
The text was updated successfully, but these errors were encountered: