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
We currently use a class (see next section) to generate random lists, with the option to override values on the items on that list.
I could not find functionality in factory_boy that matches this, however I feel that it would be very handy to have...
If this already exists I would really like to know how to do that ergonomically without a separate class...
The problem
We currently use a class (see next section) to generate random lists, with the option to override values on the items on that list.
I could not find functionality in factory_boy that matches this, however I feel that it would be very handy to have...
If this already exists I would really like to know how to do that ergonomically without a separate class...
Proposed solution
Extra notes
If you want to add this, feel free to improve it to make it more consistent with the rest of the code
The text was updated successfully, but these errors were encountered: