Skip to content
Snippets Groups Projects
Commit e4b47e1e authored by Jesse Zoldak's avatar Jesse Zoldak
Browse files

Merge pull request #6898 from edx/zoldak/fix-modulestore-testcase

Use new modulestore override paradigm in the new testcase
parents f8130cc6 7eb5f627
No related branches found
No related tags found
No related merge requests found
......@@ -179,13 +179,15 @@ class EntranceExamsTabsTestCase(LoginEnrollmentTestCase, ModuleStoreTestCase):
self.assertEqual(course_tab_list[1]['tab_id'], 'instructor')
@override_settings(MODULESTORE=TEST_DATA_MIXED_TOY_MODULESTORE)
class TextBookTabsTestCase(LoginEnrollmentTestCase, ModuleStoreTestCase):
"""
Validate tab behavior when dealing with textbooks.
"""
MODULESTORE=TEST_DATA_MIXED_TOY_MODULESTORE
def setUp(self):
super(TextBookTabsTestCase, self).setUp()
self.course = CourseFactory.create()
self.set_up_books(2)
self.course.tabs = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment