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
For populating the database, I want to create X users with X organization, hence the query. Because I don't want to have an additional X amount of users, created with the SubFactory.
Description
I am trying to achive two things with a factory:
For populating the database, I want to create X users with X organization, hence the query. Because I don't want to have an additional X amount of users, created with the SubFactory.
My attempt was to solve it with a conditional.
To Reproduce
The bug is occuring whenever I ran pytest.
Model / Factory code
The issue
Add a short description along with your code
# Include the code that provoked the bug, including as full a stack-trace as possible
Notes
I haven't seen a solution for my problem in the docs..
The text was updated successfully, but these errors were encountered: