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 perform sequence-based caching within the Response object (source). However, this doesn't support request-based caches, which are needed to have consistent values within dependent factory fixtures.
Currently, we handle this with an explicit call to clear_cache after the request is completed. However, this is kinda ugly and potentially foot-gun-like. Can we do better?
We perform sequence-based caching within the
Response
object (source). However, this doesn't support request-based caches, which are needed to have consistent values within dependent factory fixtures.Currently, we handle this with an explicit call to
clear_cache
after the request is completed. However, this is kinda ugly and potentially foot-gun-like. Can we do better?Full context here: #14 (comment)
The text was updated successfully, but these errors were encountered: