ENT-2230 Upgrade edx-enterprise to 1.9.12

This commit is contained in:
Brittney Exline
2019-09-06 15:08:55 -06:00
parent 7e928ade22
commit d35218a820
7 changed files with 87 additions and 32 deletions

View File

@@ -2,12 +2,14 @@
from __future__ import absolute_import
from unittest import TestCase
from pytest import mark
from celery.task import task
from django.test.utils import override_settings
from edx_django_utils.cache import RequestCache
@mark.django_db
class TestClearRequestCache(TestCase):
"""
Tests _clear_request_cache is called after celery task is run.