Remove lms pytest shards

This commit is contained in:
Michael Youngstrom
2019-02-11 17:24:54 -05:00
parent 5ac3ef7158
commit 3221c2b91f
238 changed files with 0 additions and 673 deletions

View File

@@ -11,14 +11,12 @@ from six import text_type
from courseware.tests.helpers import LoginEnrollmentTestCase
from lms.djangoapps.lms_xblock.field_data import LmsFieldData
from openedx.core.lib.tests import attr
from xmodule.error_module import ErrorDescriptor
from xmodule.modulestore.django import modulestore
from xmodule.modulestore.tests.django_utils import TEST_DATA_MIXED_MODULESTORE, ModuleStoreTestCase
from xmodule.modulestore.tests.factories import ToyCourseFactory
@attr(shard=1)
class ActivateLoginTest(LoginEnrollmentTestCase):
"""
Test logging in and logging out.
@@ -122,7 +120,6 @@ class PageLoaderTestCase(LoginEnrollmentTestCase):
self.assertNotIsInstance(descriptor, ErrorDescriptor)
@attr(shard=1)
class TestMongoCoursesLoad(ModuleStoreTestCase, PageLoaderTestCase):
"""
Check that all pages in test courses load properly from Mongo.
@@ -146,7 +143,6 @@ class TestMongoCoursesLoad(ModuleStoreTestCase, PageLoaderTestCase):
self.assertGreater(len(course.textbooks), 0)
@attr(shard=1)
class TestDraftModuleStore(ModuleStoreTestCase):
def test_get_items_with_course_items(self):
store = modulestore()
@@ -159,7 +155,6 @@ class TestDraftModuleStore(ModuleStoreTestCase):
# not allowed to be passed in (i.e. was throwing exception)
@attr(shard=1)
class TestLmsFieldData(TestCase):
"""
Tests of the LmsFieldData class