~phill-ridout/openlp/import-depreciations

« back to all changes in this revision

Viewing changes to tests/interfaces/openlp_plugins/bibles/test_lib_parse_reference.py

  • Committer: Philip Ridout
  • Date: 2017-05-15 10:15:32 UTC
  • mfrom: (2732.1.1 openlp)
  • Revision ID: phill.ridout@gmail.com-20170515101532-j291crxa8ellqwbi
head

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
This module contains tests for the lib submodule of the Bibles plugin.
24
24
"""
25
25
from unittest import TestCase
26
 
from tests.interfaces import MagicMock, patch
 
26
from unittest.mock import MagicMock, patch
27
27
 
28
28
from openlp.core.common import Registry, Settings
29
29
from openlp.plugins.bibles.lib import BibleManager, parse_reference, LanguageSelection