This test failed sinced240785on 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 ind240785b17/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.
LMS (Learning Management System) -------------------------------- This directory contains code relating to the student portal for edX.