Add XML_COURSE_DIRS back in.

This commit is contained in:
John Eskew
2016-04-12 13:42:32 -04:00
parent e892b552ba
commit 37822ee99f

View File

@@ -24,6 +24,7 @@ from xmodule.modulestore.tests.factories import CourseFactory
from xmodule.modulestore.xml_importer import import_course_from_xml
DATA_DIR = settings.COMMON_TEST_DATA_ROOT
XML_COURSE_DIRS = ['toy', 'simple']
@attr('shard_1')