Commit 6fb520f2 by Chris Dodge

add peer grading to the advanced components check

parent c0899463
......@@ -100,6 +100,7 @@ class ContentStoreToyCourseTest(ModuleStoreTestCase):
self.assertIn('Word cloud', resp.content)
self.assertIn('Annotation', resp.content)
self.assertIn('Open Ended Response', resp.content)
self.assertIn('Peer Grading Interface', resp.content)
def check_edit_unit(self, test_course_name):
import_from_xml(modulestore('direct'), 'common/test/data/', [test_course_name])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment