Changed module store directory root to test_root/data

This commit is contained in:
Will Daly
2013-05-14 10:45:27 -04:00
parent 72a42413e2
commit e2d7f6a027

View File

@@ -14,7 +14,7 @@ modulestore_options = {
'host': 'localhost',
'db': 'test_xmodule',
'collection': 'modulestore',
'fs_root': GITHUB_REPO_ROOT,
'fs_root': TEST_ROOT / "data",
'render_template': 'mitxmako.shortcuts.render_to_string',
}