~thelinuxguy/openlp/bible-improvements

« back to all changes in this revision

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

  • Committer: Phill Ridout
  • Author(s): Phill
  • Date: 2017-12-24 09:57:44 UTC
  • mfrom: (2794.2.15 moar_test_clean_ups)
  • Revision ID: phill.ridout@gmail.com-20171224095744-obpddogyghy1z0m6
Move song test resources

lp:~phill-ridout/openlp/moar_test_cleanups (revision 2809)
https://ci.openlp.io/job/Branch-01-Pull/2390/                          [WAITING]
[RUNNING]
[SUCCESS]
https://ci.openlp.io/job/Branch-02a-Linux-Tests/2291/                  [WAITING]
[RUNNING]
[SUCCESS]
https://ci.openlp.io/job/Branch-02b-macOS-Tests/86/                    [WAITING]
[SUCCESS]
https://ci.openlp.io/job/Branch-03a-Build-Source/11/                   [WAITING]
[SUCCESS]
https://ci.openlp.io/job/Bra...

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
from tests.helpers.songfileimport import SongImportTestHelper
27
27
from tests.utils.constants import RESOURCE_PATH
28
28
 
29
 
TEST_PATH = RESOURCE_PATH / 'sundayplussongs'
 
29
TEST_PATH = RESOURCE_PATH / 'songs' / 'sundayplus'
30
30
 
31
31
 
32
32
class TestSundayPlusFileImport(SongImportTestHelper):