~trb143/openlp/textcleanups

« back to all changes in this revision

Viewing changes to tests/functional/openlp_plugins/songs/test_mediashout.py

  • Committer: Tim Bentley
  • Date: 2017-12-28 08:22:55 UTC
  • Revision ID: tim.bentley@gmail.com-20171228082255-b1auo1sk4kstrb78
tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
from unittest.mock import MagicMock, patch, call
28
28
 
29
29
from openlp.core.common.registry import Registry
 
30
 
30
31
try:
31
32
    from openlp.plugins.songs.lib.importers.mediashout import MediaShoutImport
32
33
    CAN_RUN_TESTS = True