Added Studio test settings for Docker devstack
This commit is contained in:
9
cms/envs/test_docker.py
Normal file
9
cms/envs/test_docker.py
Normal file
@@ -0,0 +1,9 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
""" Test settings for Docker-based devstack. """
|
||||
|
||||
import os
|
||||
|
||||
os.environ['EDXAPP_TEST_MONGO_HOST'] = os.environ.get('EDXAPP_TEST_MONGO_HOST', 'edx.devstack.mongo')
|
||||
|
||||
# noinspection PyUnresolvedReferences
|
||||
from .test import * # pylint: disable=wildcard-import
|
||||
Reference in New Issue
Block a user