Render Discussion tab using web fragments

This commit is contained in:
Andy Armstrong
2016-12-08 20:30:56 -05:00
parent 8fedc08c2a
commit 248558f1d4
31 changed files with 678 additions and 395 deletions

View File

@@ -10,9 +10,9 @@ from openedx.core.lib.course_tabs import CourseTabPluginManager
@attr(shard=2)
class TestPluginApi(TestCase):
class TestCourseTabApi(TestCase):
"""
Unit tests for the plugin API
Unit tests for the course tab plugin API
"""
def test_get_plugin(self):