openedx / edx-django-utils

edX utilities for Django Application development.
https://edx.readthedocs.io/projects/edx-django-utils/en/latest/
Apache License 2.0
26 stars 20 forks source link

Move CacheIsolationMixin and CacheIsolationTestCase from edx-platform to edx-django-utils #283

Open ormsbee opened 1 year ago

ormsbee commented 1 year ago

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.