replace test setting changes with test-specific mock.patch.dicts

This commit is contained in:
Adam Palay
2013-07-08 14:47:55 -04:00
parent 3b662ee063
commit d056c8a8f2
4 changed files with 38 additions and 36 deletions

View File

@@ -29,9 +29,6 @@ MITX_FEATURES['ENABLE_SERVICE_STATUS'] = True
MITX_FEATURES['ENABLE_HINTER_INSTRUCTOR_VIEW'] = True
# Enabling SQL tracking logs for testing on common/djangoapps/track
MITX_FEATURES['ENABLE_SQL_TRACKING_LOGS'] = True
# Need wiki for courseware views to work. TODO (vshnayder): shouldn't need it.
WIKI_ENABLED = True