Refactor to navigate directly to courseware page.

This commit is contained in:
Robert Raposa
2017-03-24 13:44:37 -04:00
parent 1b3a3a23c0
commit ac7e6bec92
5 changed files with 38 additions and 39 deletions

View File

@@ -957,6 +957,7 @@ class ViewsTestCase(ModuleStoreTestCase):
response = self.client.get(reverse('info', args=[course_id]), HTTP_REFERER='foo')
self.assertEqual(response.status_code, 200)
# TODO: TNL-6387: Remove test
def test_accordion(self):
"""
This needs a response_context, which is not included in the render_accordion's main method