mediagoblin/mediagoblin/tests/test_mgoblin_app_audio_video.ini
Christopher Allan Webber 0ce775ac2a Remove requirement that audio/video dependencies must be installed for tests
Some tests were added for running audio and video submission tests in
test_submission.py.  Unfortunately these were not skipped if these
dependencies were not installed.  This patch attempts to fix that while
leaving the tests intact.
2016-03-18 12:32:22 -07:00

22 lines
531 B
INI

[mediagoblin]
#Runs with an in-memory sqlite db for speed.
sql_engine = "sqlite://"
run_migrations = true
[storage:publicstore]
base_dir = %(here)s/user_dev/media/public
base_url = /mgoblin_media/
[storage:queuestore]
base_dir = %(here)s/user_dev/media/queue
[celery]
CELERY_ALWAYS_EAGER = true
CELERY_RESULT_DBURI = "sqlite:///%(here)s/user_dev/celery.db"
BROKER_URL = "sqlite:///%(here)s/test_user_dev/kombu.db"
[plugins]
[[mediagoblin.plugins.basic_auth]]
[[mediagoblin.media_types.audio]]
[[mediagoblin.media_types.video]]