Styling and template changes for the Course Home page.

ECOM-2810
This commit is contained in:
Peter Fogg
2015-11-09 17:15:11 -05:00
parent 1cd5086b58
commit fd397964b3
14 changed files with 172 additions and 147 deletions

View File

@@ -538,6 +538,11 @@ class TestAccountAPI(UserAPITestCase):
verify_change_info(name_change_info[0], old_name, self.user.username, "Donald Duck",)
verify_change_info(name_change_info[1], "Mickey Mouse", self.user.username, "Donald Duck")
@patch.dict(
'openedx.core.djangoapps.user_api.accounts.image_helpers.PROFILE_IMAGE_SIZES_MAP',
{'full': 50, 'medium': 30, 'small': 10},
clear=True
)
def test_patch_email(self):
"""
Test that the user can request an email change through the accounts API.