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
Autofixture works naively and has a tendency to trigger signals on models downstream from the intended model. Factory boy has a method for silencing signals on explicit models, perhaps in auto-fixture there could be a way to do this "automagically"?
The text was updated successfully, but these errors were encountered:
Actually, I figured out this is possible by using both libraries. If one uses factoryboy's decorator for silencing signals in whatever function they define as the entrypoint for creating fixtures or individual fixtures, you can get the benefits of both libraries.
Autofixture works naively and has a tendency to trigger signals on models downstream from the intended model. Factory boy has a method for silencing signals on explicit models, perhaps in auto-fixture there could be a way to do this "automagically"?
The text was updated successfully, but these errors were encountered: