summaryrefslogtreecommitdiff
path: root/archaeological_finds/tests.py
diff options
context:
space:
mode:
authorThomas André <thomas.andre@iggdrasil.net>2025-05-02 18:13:45 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2025-07-29 08:49:03 +0200
commit0c247e34e79978ba910c01c56528718cbce4e2d5 (patch)
treece9fd077037d72b815afdda1cdf5524c7fdd50a7 /archaeological_finds/tests.py
parent63a6b5021626e956e6151ba3cc1e358aabf29e8a (diff)
downloadIshtar-0c247e34e79978ba910c01c56528718cbce4e2d5.tar.bz2
Ishtar-0c247e34e79978ba910c01c56528718cbce4e2d5.zip
QField project export done and tested + saving some of the specifics importer for QField
Diffstat (limited to 'archaeological_finds/tests.py')
-rw-r--r--archaeological_finds/tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/archaeological_finds/tests.py b/archaeological_finds/tests.py
index 87ed1f179..b5f7ee8b7 100644
--- a/archaeological_finds/tests.py
+++ b/archaeological_finds/tests.py
@@ -1283,6 +1283,7 @@ class ImportFindTest(BaseImportFindTest):
layer.CreateFeature(feature)
feature = None
datasource = None
+ os.remove(gpkg)
class ExportTest(FindInit, TestCase):