Move gallery merging logic to a helper class, to keep views as clean as possible.
[redakcja.git] / redakcja / settings / test.py
index 5fbd59f..dcbbb1f 100644 (file)
@@ -20,11 +20,14 @@ DATABASES = {
 import tempfile
 
 CATALOGUE_REPO_PATH = tempfile.mkdtemp(prefix='redakcja-repo')
+MEDIA_ROOT = tempfile.mkdtemp(prefix='media-root')
 USE_CELERY = False
 
 INSTALLED_APPS += ('django_nose', 'dvcs.tests')
 
 TEST_RUNNER = 'django_nose.NoseTestSuiteRunner'
+#TEST_MODULES = ('catalogue')
+
 TEST_MODULES = ('catalogue', 'dvcs.tests', 'wiki', 'toolbar')
 COVER_APPS = ('catalogue', 'dvcs', 'wiki', 'toolbar')
 NOSE_ARGS = (