Merge pull request #6292 from edx/zoldak/default-xml-test-dir

for tests change the default xml data dir
This commit is contained in:
Jesse Zoldak
2014-12-18 09:45:04 -05:00

View File

@@ -131,7 +131,7 @@ update_module_store_settings(
'fs_root': TEST_ROOT / "data",
},
xml_store_options={
'data_dir': mkdtemp(), # never inadvertently load all the XML courses
'data_dir': mkdtemp(dir=TEST_ROOT), # never inadvertently load all the XML courses
},
doc_store_settings={
'host': MONGO_HOST,