Merge pull request #1567 from edx/will/acceptance-test-asset-pipeline
Acceptance tests use asset pipeline
This commit is contained in:
@@ -80,6 +80,12 @@ DATABASES = {
|
||||
}
|
||||
}
|
||||
|
||||
# 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', )
|
||||
|
||||
# Use the auto_auth workflow for creating users and logging them in
|
||||
MITX_FEATURES['AUTOMATIC_AUTH_FOR_TESTING'] = True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user