Create a 3rd explicit shard for unit tests.

More accurately, this creates a 4th shard because the
last shard is always the default.
This commit is contained in:
Ben Patterson
2016-04-26 15:24:50 -04:00
committed by Clinton Blackburn
parent afc5b47ebe
commit d76f50d93b
41 changed files with 98 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ import re
import ddt
from django.core.urlresolvers import reverse
from nose.plugins.attrib import attr
from pytz import UTC
from course_modes.models import CourseMode
@@ -40,6 +41,7 @@ class SupportViewTestCase(ModuleStoreTestCase):
self.assertTrue(success, msg="Could not log in")
@attr('shard_3')
@ddt.ddt
class SupportViewAccessTests(SupportViewTestCase):
"""