Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
57dde651
Commit
57dde651
authored
Jun 21, 2016
by
Nimisha Asthagiri
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update ENABLED_CACHES values
parent
fb120426
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1 additions
and
7 deletions
+1
-7
common/lib/xmodule/xmodule/modulestore/tests/django_utils.py
+1
-1
lms/djangoapps/course_blocks/management/commands/tests/test_generate_course_blocks.py
+0
-2
lms/djangoapps/course_blocks/transformers/tests/helpers.py
+0
-2
openedx/core/djangoapps/content/block_structure/tests/test_signals.py
+0
-2
No files found.
common/lib/xmodule/xmodule/modulestore/tests/django_utils.py
View file @
57dde651
...
...
@@ -218,7 +218,7 @@ class ModuleStoreIsolationMixin(CacheIsolationMixin):
MODULESTORE
=
functools
.
partial
(
mixed_store_config
,
mkdtemp_clean
(),
{})
CONTENTSTORE
=
functools
.
partial
(
contentstore_config
)
ENABLED_CACHES
=
[
'mongo_metadata_inheritance'
,
'loc_cache'
]
ENABLED_CACHES
=
[
'
default'
,
'
mongo_metadata_inheritance'
,
'loc_cache'
]
__settings_overrides
=
[]
__old_modulestores
=
[]
__old_contentstores
=
[]
...
...
lms/djangoapps/course_blocks/management/commands/tests/test_generate_course_blocks.py
View file @
57dde651
...
...
@@ -15,8 +15,6 @@ class TestGenerateCourseBlocks(ModuleStoreTestCase):
"""
Tests generate course blocks management command.
"""
ENABLED_CACHES
=
[
'default'
,
'mongo_metadata_inheritance'
,
'loc_cache'
]
def
setUp
(
self
):
"""
Create courses in modulestore.
...
...
lms/djangoapps/course_blocks/transformers/tests/helpers.py
View file @
57dde651
...
...
@@ -36,8 +36,6 @@ class CourseStructureTestCase(TransformerRegistryTestMixin, ModuleStoreTestCase)
"""
Helper for test cases that need to build course structures.
"""
ENABLED_CACHES
=
[
'default'
,
'mongo_metadata_inheritance'
,
'loc_cache'
]
def
setUp
(
self
):
"""
Create users.
...
...
openedx/core/djangoapps/content/block_structure/tests/test_signals.py
View file @
57dde651
...
...
@@ -14,8 +14,6 @@ class CourseBlocksSignalTest(ModuleStoreTestCase):
"""
Tests for the Course Blocks signal
"""
ENABLED_CACHES
=
[
'default'
,
'mongo_metadata_inheritance'
,
'loc_cache'
]
def
setUp
(
self
):
super
(
CourseBlocksSignalTest
,
self
)
.
setUp
()
self
.
course
=
CourseFactory
.
create
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment