diff options
author | Thomas André <thomas.andre@iggdrasil.net> | 2025-05-02 18:17:05 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-07-29 08:49:03 +0200 |
commit | efc285c4615227b7c8f6503dca716d3160e0af7f (patch) | |
tree | c72dc94fc12d8ecb7488d3ca25835e116f19fec2 | |
parent | 0c247e34e79978ba910c01c56528718cbce4e2d5 (diff) | |
download | Ishtar-efc285c4615227b7c8f6503dca716d3160e0af7f.tar.bz2 Ishtar-efc285c4615227b7c8f6503dca716d3160e0af7f.zip |
QField project export done and tested + saving some of the specifics importer for QField
-rw-r--r-- | ishtar_common/tests.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ishtar_common/tests.py b/ishtar_common/tests.py index fd56b1a83..c3ca7cfd6 100644 --- a/ishtar_common/tests.py +++ b/ishtar_common/tests.py @@ -2821,6 +2821,9 @@ class BaseImportTest(TestCase): def test_export_qfield(self): + """ + :function: Test for the creation of a .gpkg, the modification of the .qgs and creation of a .zip test + """ # Verification of the original files self.test_verify_qfield_folder() # Preparation for the .gpkg |