Add a TestCase mixin for enabling caches in tests
By default, disable all caching in tests, to preserve test independence. In order to enable caching, inherit from CacheSetupMixin, and specify which cache configuration is needed. [EV-32]
Showing
This diff is collapsed.
Click to expand it.
openedx/core/djangolib/testing/__init__.py
0 → 100644
openedx/core/djangolib/testing/utils.py
0 → 100644
Please
register
or
sign in
to comment