TE-2524 Stop using nose.plugins - LMS 2

This commit is contained in:
Jeremy Bowman
2018-08-01 13:54:06 -04:00
parent e5b88f864f
commit 4e8668d3be
71 changed files with 91 additions and 135 deletions

View File

@@ -1,15 +1,15 @@
from django.test import TestCase
from nose.plugins.attrib import attr
from opaque_keys.edx.keys import CourseKey
from xmodule.modulestore.django import modulestore
@attr(shard=1)
class TestDraftModuleStore(TestCase):
"""
Test the draft modulestore
"""
shard = 1
def test_get_items_with_course_items(self):
store = modulestore()