Skip to content

Commit f91e418

Browse files
committed
Adapt assets test, add .qm file coverage
1 parent 3d02ee3 commit f91e418

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

tests/data/assets_project/project_de.qm

Whitespace-only changes.

tests/data/assets_project/project_fr.qm

Whitespace-only changes.

tests/test_offline_converter_minioffliner.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,9 @@ def test_assets(self):
149149
self.assertTrue(
150150
self.target_dir.joinpath("assets", "qfield_for_qgis.png").exists()
151151
)
152-
self.assertTrue(self.target_dir.joinpath("project.qml").exists())
152+
self.assertTrue(self.target_dir.joinpath("project_qfield.qml").exists())
153+
self.assertTrue(self.target_dir.joinpath("project_qfield_fr.qm").exists())
154+
self.assertTrue(self.target_dir.joinpath("project_qfield_de.qm").exists())
153155

154156
def test_primary_keys_custom_property(self):
155157
shutil.copytree(

0 commit comments

Comments
 (0)