Merge pull request #1567 from edx/will/acceptance-test-asset-pipeline

Acceptance tests use asset pipeline
This commit is contained in:
Will Daly
2013-11-08 09:39:19 -08:00
3 changed files with 14 additions and 1 deletions

View File

@@ -82,6 +82,13 @@ TRACKING_BACKENDS.update({
}
})
# Enable asset pipeline
# Our fork of django-pipeline uses `PIPELINE` instead of `PIPELINE_ENABLED`
# PipelineFinder is explained here: http://django-pipeline.readthedocs.org/en/1.1.24/storages.html
PIPELINE = True
STATICFILES_FINDERS += ('pipeline.finders.PipelineFinder', )
BULK_EMAIL_DEFAULT_FROM_EMAIL = "test@test.org"
# Forums are disabled in test.py to speed up unit tests, but we do not have