Files
edx-platform/cms/djangoapps/contentstore/tests/modulestore_config.py
2013-08-27 12:57:14 -04:00

9 lines
226 B
Python

"""
Define test configuration for modulestores.
"""
from xmodule.modulestore.tests.django_utils import studio_store_config
from django.conf import settings
TEST_MODULESTORE = studio_store_config(settings.TEST_ROOT / "data")