add unit tests for asset delete/restore

This commit is contained in:
Chris Dodge
2013-06-14 10:47:32 -04:00
parent 274d8997a2
commit 70ee4b8060
4 changed files with 116 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ def import_static_content(modules, course_loc, course_data_path, static_content_
try:
content_path = os.path.join(dirname, filename)
if verbose:
if True:
log.debug('importing static content {0}...'.format(content_path))
fullname_with_subpath = content_path.replace(static_dir, '') # strip away leading path from the name