Merge pull request #3905 from edx/flowerhack/change-hardcoded-defaults
Moved hardcoded defaults into settings
This commit is contained in:
@@ -18,7 +18,7 @@ from path import path
|
||||
from warnings import filterwarnings
|
||||
|
||||
# import settings from LMS for consistent behavior with CMS
|
||||
from lms.envs.test import (WIKI_ENABLED)
|
||||
from lms.envs.test import (WIKI_ENABLED, PLATFORM_NAME, SITE_NAME)
|
||||
|
||||
# Nose Test Runner
|
||||
TEST_RUNNER = 'django_nose.NoseTestSuiteRunner'
|
||||
|
||||
Reference in New Issue
Block a user