Merge pull request #1584 from edx/will/enable-course-id-tests

Enabled course id clash command tests
This commit is contained in:
Will Daly
2013-11-05 04:50:23 -08:00

View File

@@ -3,9 +3,7 @@ from StringIO import StringIO
from django.test import TestCase
from django.core.management import call_command
from xmodule.modulestore.tests.factories import CourseFactory
from nose.plugins.skip import SkipTest
@SkipTest
class ClashIdTestCase(TestCase):
"""
Test for course_id_clash.