Simplify how shards are selected in CI

This commit is contained in:
Calen Pennington
2016-04-27 16:46:48 -04:00
parent e641c0dcee
commit bc20a37c2b
230 changed files with 605 additions and 637 deletions

View File

@@ -32,7 +32,7 @@ from edx_proctoring.api import create_exam
from edx_proctoring.models import ProctoredExamStudentAttempt
@attr('shard_3')
@attr(shard=3)
class TestAnalyticsBasic(ModuleStoreTestCase):
""" Test basic analytics functions. """