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
There are some Django very common models (like User, Group, Permission) that should be nice to have their Factories ready to use in your test. And that does django-factory_boy!
But I didn't find any reference in the documentation to it (maybe because is less maintained?), I discovered it because casually looked the repo here on GitHub...
Proposed solution
Put some docs or reference to it in the docs? Maybe in the Django page...
The text was updated successfully, but these errors were encountered:
That library does not look maintained: the last commit was 4 years ago and its test suite does not run. I don’t think the documentation should point to a stalled repository.
It's a shame... It would be very useful... Do you know if it would be the chance to update it? Does it accept PR?? [I will make an issue on that repo maybe.. :) ]
The problem
There are some Django very common models (like User, Group, Permission) that should be nice to have their Factories ready to use in your test. And that does django-factory_boy!
But I didn't find any reference in the documentation to it (maybe because is less maintained?), I discovered it because casually looked the repo here on GitHub...
Proposed solution
Put some docs or reference to it in the docs? Maybe in the Django page...
The text was updated successfully, but these errors were encountered: