From: Christopher Allan Webber Date: Tue, 6 Sep 2011 04:28:11 +0000 (-0500) Subject: Turning on caching for mediagoblin testing after all? X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=fc21a55c76e9786f8ea8fdf504861c48e179a841;p=mediagoblin.git Turning on caching for mediagoblin testing after all? Maybe we'll add a way to toggle this. --- diff --git a/mediagoblin/tests/test_mgoblin_app.ini b/mediagoblin/tests/test_mgoblin_app.ini index 986f793b..ab32cccc 100644 --- a/mediagoblin/tests/test_mgoblin_app.ini +++ b/mediagoblin/tests/test_mgoblin_app.ini @@ -20,7 +20,8 @@ base_url = /mgoblin_media/ base_dir = %(here)s/test_user_dev/media/queue [beaker.cache] -enabled = false +data_dir = %(here)s/test_user_dev/beaker/cache/data +lock_dir = %(here)s/test_user_dev/beaker/cache/lock [celery] celery_always_eager = true