From 1cb52df16b4ea05828128fe9fdbef4caf792d454 Mon Sep 17 00:00:00 2001 From: Will Daly Date: Thu, 22 Aug 2013 16:10:24 -0400 Subject: [PATCH] Removed unnecessary TestCase --- lms/djangoapps/courseware/tests/tests.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lms/djangoapps/courseware/tests/tests.py b/lms/djangoapps/courseware/tests/tests.py index 4486a6a032..98bcba4ed0 100644 --- a/lms/djangoapps/courseware/tests/tests.py +++ b/lms/djangoapps/courseware/tests/tests.py @@ -1,7 +1,6 @@ """ 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()