~alisonken1/openlp/pjlink2-t

« back to all changes in this revision

Viewing changes to tests/functional/openlp_core/lib/test_formattingtags.py

  • Committer: Raoul Snyman
  • Author(s): Simon Hanna
  • Date: 2018-08-26 00:20:41 UTC
  • mfrom: (2829.1.2 rework-imports)
  • Revision ID: raoul@snyman.info-20180826002041-olbs1zdmapl4teg3
Rework a couple of imports. Now a subset of tests can be run again, which previously failed due to circular imports (at least that's what I guess)

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
from unittest import TestCase
27
27
from unittest.mock import patch
28
28
 
29
 
from openlp.core.lib import FormattingTags
 
29
from openlp.core.lib.formattingtags import FormattingTags
30
30
 
31
31
TAG = {
32
32
    'end tag': '{/aa}',