SIGN IN SIGN UP

refactor: migrate MODE_CREATION_FOR_TESTING off FEATURES-as-dict

Setting is LMS-only (lms/envs/common.py) but the reader is in shared
common/djangoapps/course_modes/urls.py, so use getattr with the prior
False default. The test's setUp-level patch.dict becomes a class-level
@override_settings (trap: override_settings on setUp conflicts with
CacheIsolationMixin, and the class needs the flag set during URL reset).
F
Feanil Patel committed
0dd8bef6052503a9e80863876983935391bf113c
Parent: 13e6adc