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

@@ -51,7 +51,6 @@ from xmodule.modulestore.tests.factories import CourseFactory
class TestAnalyticsBasic(ModuleStoreTestCase):
""" Test basic analytics functions. """
shard = 3
def setUp(self):
super(TestAnalyticsBasic, self).setUp()

View File

@@ -8,7 +8,6 @@ from instructor_analytics.csvs import create_csv_response, format_dictlist, form
class TestAnalyticsCSVS(TestCase):
""" Test analytics rendering of csv files."""
shard = 4
def test_create_csv_response_nodata(self):
header = ['Name', 'Email']
@@ -40,7 +39,6 @@ class TestAnalyticsCSVS(TestCase):
class TestAnalyticsFormatDictlist(TestCase):
""" Test format_dictlist method """
shard = 4
def test_format_dictlist(self):
dictlist = [
@@ -85,7 +83,6 @@ class TestAnalyticsFormatDictlist(TestCase):
class TestAnalyticsFormatInstances(TestCase):
""" test format_instances method """
shard = 4
class TestDataClass(object):
""" Test class to generate objects for format_instances """

View File

@@ -12,7 +12,6 @@ from student.tests.factories import UserFactory
class TestAnalyticsDistributions(TestCase):
'''Test analytics distribution gathering.'''
shard = 4
def setUp(self):
super(TestAnalyticsDistributions, self).setUp()
@@ -76,7 +75,6 @@ class TestAnalyticsDistributions(TestCase):
class TestAnalyticsDistributionsNoData(TestCase):
'''Test analytics distribution gathering.'''
shard = 4
def setUp(self):
super(TestAnalyticsDistributionsNoData, self).setUp()