pep8 cleanup.

This commit is contained in:
cahrens
2013-06-03 15:32:42 -04:00
parent 93be67d49a
commit 38e3ff13ed

View File

@@ -30,6 +30,7 @@ class LMSLinksTestCase(TestCase):
self.assertEquals(self.get_about_page_link(), None)
def get_about_page_link(self):
""" create mock course and return the about page link """
location = 'i4x', 'mitX', '101', 'course', 'test'
utils.get_course_id = mock.Mock(return_value="mitX/101/test")
return utils.get_lms_link_for_about_page(location)