Commit 1cb52df1 by Will Daly

Removed unnecessary TestCase

parent 736b3e0e
"""
Test for LMS courseware app.
"""
from django.test import TestCase
from django.core.urlresolvers import reverse
from django.test.utils import override_settings
......@@ -167,7 +166,7 @@ class TestMongoCoursesLoad(ModuleStoreTestCase, PageLoaderTestCase):
@override_settings(MODULESTORE=TEST_DATA_DRAFT_MONGO_MODULESTORE)
class TestDraftModuleStore(ModuleStoreTestCase, TestCase):
class TestDraftModuleStore(ModuleStoreTestCase):
def test_get_items_with_course_items(self):
store = modulestore()
......
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