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
When using johnny cache with django's TestCase, johnny cache's transaction patching gets overridden by TestCase's patching. This results in johnny cache's local cache not being cleared between tests, creating all kinds of problems.
The text was updated successfully, but these errors were encountered:
I think I may have encountered this issue too. I ended up having to invalidate the table manually multiple times before every request, because the change to the cache only "sticks" the first request after invalidation.
When using johnny cache with django's TestCase, johnny cache's transaction patching gets overridden by TestCase's patching. This results in johnny cache's local cache not being cleared between tests, creating all kinds of problems.
The text was updated successfully, but these errors were encountered: