Files
edx-platform/lms/djangoapps/instructor/settings/test.py
2018-03-26 10:44:41 -04:00

9 lines
360 B
Python

"""Test suite environment variables unique to the instructor plugin."""
def plugin_settings(settings):
"""Settings for the instructor plugin."""
# Enable this feature for course staff grade downloads, to enable acceptance tests
settings.FEATURES['ENABLE_GRADE_DOWNLOADS'] = True
settings.FEATURES['ALLOW_COURSE_STAFF_GRADE_DOWNLOADS'] = True