Remove shards from commonlib-unit tests

This commit is contained in:
Michael Youngstrom
2019-02-12 13:32:05 -05:00
parent 5ac3ef7158
commit 4bbd1dee0b
147 changed files with 0 additions and 302 deletions

View File

@@ -33,7 +33,6 @@ class HtmlModuleCourseApiTestCase(unittest.TestCase):
"""
Test the HTML XModule's student_view_data method.
"""
shard = 1
@ddt.data(
dict(),
@@ -101,7 +100,6 @@ class HtmlModuleCourseApiTestCase(unittest.TestCase):
class HtmlModuleSubstitutionTestCase(unittest.TestCase):
descriptor = Mock()
shard = 1
def test_substitution_works(self):
sample_xml = '''%%USER_ID%%'''
@@ -134,7 +132,6 @@ class HtmlDescriptorIndexingTestCase(unittest.TestCase):
"""
Make sure that HtmlDescriptor can format data for indexing as expected.
"""
shard = 1
def test_index_dictionary_simple_html_module(self):
sample_xml = '''
@@ -227,7 +224,6 @@ class CourseInfoModuleTestCase(unittest.TestCase):
"""
Make sure that CourseInfoModule renders updates properly.
"""
shard = 1
def test_updates_render(self):
"""