This test failed since d240785b on devstack. The self.request_factory.get() just return a request object, which is being passed to views.course_about() directly without being processed by edxmako.middleware. The REQUEST_CONTEXT.request in https://github.com/edx/edx-platform/blob/d240785b17bdcaeb11e4ef24ee4a3697da26c9b4/common/djangoapps/edxmako/middleware.py#L39 is None, instead of request object, which contains the LANGUAGE_CODE and other stuff used by the view. Also cleaned up the use of MakoMiddleware. Using the method in edxmako.tests module.
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
__init__.py | Loading commit data... | |
animport.py | Loading commit data... | |
factories.py | Loading commit data... | |
helpers.py | Loading commit data... | |
test_about.py | Loading commit data... | |
test_access.py | Loading commit data... | |
test_course_info.py | Loading commit data... | |
test_course_survey.py | Loading commit data... | |
test_courses.py | Loading commit data... | |
test_draft_modulestore.py | Loading commit data... | |
test_entrance_exam.py | Loading commit data... | |
test_favicon.py | Loading commit data... | |
test_field_overrides.py | Loading commit data... | |
test_footer.py | Loading commit data... | |
test_grades.py | Loading commit data... | |
test_group_access.py | Loading commit data... | |
test_i18n.py | Loading commit data... | |
test_lti_integration.py | Loading commit data... | |
test_masquerade.py | Loading commit data... | |
test_microsites.py | Loading commit data... | |
test_middleware.py | Loading commit data... | |
test_model_data.py | Loading commit data... | |
test_module_render.py | Loading commit data... | |
test_navigation.py | Loading commit data... | |
test_password_history.py | Loading commit data... | |
test_recommender.py | Loading commit data... | |
test_signals.py | Loading commit data... | |
test_split_module.py | Loading commit data... | |
test_submitting_problems.py | Loading commit data... | |
test_tabs.py | Loading commit data... | |
test_video_handlers.py | Loading commit data... | |
test_video_mongo.py | Loading commit data... | |
test_video_xml.py | Loading commit data... | |
test_view_authentication.py | Loading commit data... | |
test_views.py | Loading commit data... | |
test_word_cloud.py | Loading commit data... | |
tests.py | Loading commit data... |