Commit 0d1dc8e2 by Will Daly

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

Enabled course id clash command tests
parents 1e2c0f50 85203e81
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment