X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/3e569a771ed8cb9ab7156425ff870dc9d33ef023..2a83d92bc0f541d419ea46000ea96f1a7b4b4394:/redakcja/settings/test.py diff --git a/redakcja/settings/test.py b/redakcja/settings/test.py index d667ddd7..80b9a3d7 100644 --- a/redakcja/settings/test.py +++ b/redakcja/settings/test.py @@ -20,8 +20,9 @@ DATABASES = { import tempfile CATALOGUE_REPO_PATH = tempfile.mkdtemp(prefix='redakcja-repo') +CATALOGUE_IMAGE_REPO_PATH = tempfile.mkdtemp(prefix='redakcja-repo-img') MEDIA_ROOT = tempfile.mkdtemp(prefix='media-root') -USE_CELERY = False +CELERY_ALWAYS_EAGER = True INSTALLED_APPS += ('django_nose', 'dvcs.tests')