edx-django-utils
edx-django-utils copied to clipboard
Move CacheIsolationMixin and CacheIsolationTestCase from edx-platform to edx-django-utils
CacheIsolationTestMixin and CacheIsolationTestCase are useful test utilities to clear the Django and Request caches between tests. They are currently in edx-platform, but would be useful as general utilities in edx-django-utils.
There may be some edx-platform specific stuff here that would need to be factored out.