~raoul-snyman/openlp/fix-macos-pdf-test

« back to all changes in this revision

Viewing changes to tests/functional/openlp_plugins/presentations/test_mediaitem.py

  • Committer: Raoul Snyman
  • Date: 2019-02-14 07:04:30 UTC
  • mfrom: (2766.3.118 webengine-migrate)
  • Revision ID: raoul@snyman.info-20190214070430-nxe1vaeaapq3ult5
Migration from WebKit to Webengine. Also introduced reveal.js for slide rendering, new screen setup dialogs and many other changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
This module contains tests for the lib submodule of the Presentations plugin.
24
24
"""
25
25
from unittest import TestCase
26
 
from unittest.mock import patch, MagicMock, call
 
26
from unittest.mock import MagicMock, call, patch
27
27
 
28
28
from openlp.core.common.path import Path
29
29
from openlp.core.common.registry import Registry