Acceptance tests now use the same mongo db as the unit test suite.

The LMS/CMS acceptance tests both use the collection acceptance_modules
This commit is contained in:
Will Daly
2013-05-14 12:45:38 -04:00
parent daef910494
commit 36fb8f91e0
2 changed files with 24 additions and 10 deletions

View File

@@ -13,7 +13,7 @@ modulestore_options = {
'default_class': 'xmodule.raw_module.RawDescriptor',
'host': 'localhost',
'db': 'test_xmodule',
'collection': 'test_modulestore',
'collection': 'acceptance_modulestore',
'fs_root': TEST_ROOT / "data",
'render_template': 'mitxmako.shortcuts.render_to_string',
}