Remove lms pytest shards
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user