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