* feat: Use forked RG version of edx_proctoring in devstack * Add waffle flag for special exams for mfe (#2371) * feat: add waffle flag for special exams for mfe * fix: waffle flag name, add coma to imports Co-authored-by: Vladas Tamoshaitis <vladas.tamoshaitis@raccoongang.com> * fix: revert requirements for master branch * fix: revert dev requirements * fix: trailing comma after imported item * feat: add special exams waffle flag test * fix: use ENABLE_SPECIAL_EXAMS global settings flag * fix: toggle description * fix: naming of waffle flag helpers to reflect relation with mfe * fix(tests): assertion operators order Co-authored-by: Sagirov Eugeniy <sagirov19@gmail.com> Co-authored-by: Sagirov Evgeniy <34642612+UvgenGen@users.noreply.github.com> Co-authored-by: Vladas Tamoshaitis <vladas.tamoshaitis@raccoongang.com>
Open edX -------- This is the root package for Open edX. The intent is that all importable code from Open edX will eventually live here, including the code in the lms, cms, and common directories. If you're adding a new Django app, place it in core/djangoapps. If you're adding utilities that require Django, place them in core/djangolib. If you're adding code that defines no Django models or views of its own but is widely useful, put it in core/lib. Note: All new code should be created in this package, and the legacy code will be moved here gradually. For now the code is not structured like this, and hence legacy code will continue to live in a number of different packages.