forked from openlp/openlp
fix tests
This commit is contained in:
parent
71a87f602b
commit
bfc8a5ae8c
@ -27,7 +27,7 @@ from unittest import TestCase
|
||||
|
||||
from openlp.core.api.deploy import deploy_zipfile
|
||||
|
||||
TEST_PATH = os.path.abspath(os.path.join(os.path.dirname(__file__), '..', '..', '..', 'resources'))
|
||||
TEST_PATH = os.path.abspath(os.path.join(os.path.dirname(__file__), '..', '..', 'resources'))
|
||||
|
||||
|
||||
class TestRemoteDeploy(TestCase):
|
||||
@ -52,6 +52,7 @@ class TestRemoteDeploy(TestCase):
|
||||
Remote Deploy tests - test the dummy zip file is processed correctly
|
||||
"""
|
||||
# GIVEN: A new downloaded zip file
|
||||
aa = TEST_PATH
|
||||
zip_file = os.path.join(TEST_PATH, 'remotes', 'site.zip')
|
||||
app_root = os.path.join(self.app_root, 'site.zip')
|
||||
shutil.copyfile(zip_file, app_root)
|
||||
|
Loading…
Reference in New Issue
Block a user