Commit f48289cc by Don Mitchell

Moved assetstore tests to own file and ddt'd across stores

Conflicts:
	common/lib/xmodule/xmodule/modulestore/tests/test_mongo.py
parent b6fac239
......@@ -87,6 +87,7 @@ class MongoModulestoreBuilder(object):
doc_store_config = dict(
db='modulestore{}'.format(random.randint(0, 10000)),
collection='xmodule',
asset_collection='asset_metadata',
**COMMON_DOCSTORE_CONFIG
)
......
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