Remove requirement that audio/video dependencies must be installed for tests
authorChristopher Allan Webber <cwebber@dustycloud.org>
Tue, 23 Feb 2016 23:14:29 +0000 (15:14 -0800)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 18 Mar 2016 19:32:22 +0000 (12:32 -0700)
commit0ce775ac2aa210b3bbd4707e33c9e1d9d756e3f7
tree570c6b355704c84bc52e7ccd0dc0e3c9153156dc
parent339cfb389441d3dbadf5debb5cd7ef26955de3c9
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.
mediagoblin/tests/test_mgoblin_app.ini
mediagoblin/tests/test_mgoblin_app_audio.ini [new file with mode: 0644]
mediagoblin/tests/test_mgoblin_app_audio_video.ini [new file with mode: 0644]
mediagoblin/tests/test_mgoblin_app_video.ini [new file with mode: 0644]
mediagoblin/tests/test_submission.py