diff options
author | Thomas André <thomas.andre@iggdrasil.net> | 2025-04-17 08:58:48 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-07-29 08:49:03 +0200 |
commit | 283c594606b5c69ef2cc750f4eabdafcc904f0b4 (patch) | |
tree | 61091917fbb7b4d1213b4f16ec367b6400fb6588 /ishtar_common/tests.py | |
parent | af13ebbe3d2314cef33bd8f9e372f62518db4465 (diff) | |
download | Ishtar-283c594606b5c69ef2cc750f4eabdafcc904f0b4.tar.bz2 Ishtar-283c594606b5c69ef2cc750f4eabdafcc904f0b4.zip |
Tests for the convertion of data from the database to a .gpkg + Modifications to keep specific importers in Ishtar
Diffstat (limited to 'ishtar_common/tests.py')
-rw-r--r-- | ishtar_common/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/tests.py b/ishtar_common/tests.py index 8d3fd837a..d14c861bd 100644 --- a/ishtar_common/tests.py +++ b/ishtar_common/tests.py @@ -2736,7 +2736,7 @@ class BaseImportTest(TestCase): root = os.path.join(settings.LIB_BASE_PATH, "archaeological_finds", "tests") self.root = root # Path to zip - importer_filename = os.path.join(root, "qfield-importeur-test.zip") + importer_filename = os.path.join(root, "qfield-csv-test.zip") restore_serialized(importer_filename) imp_group = models.ImporterGroup.objects.get(slug="qfield-csv-test") # Must change the name !!! # Opening of the csv |