diff options
author | Thomas 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 |
commit | 0c247e34e79978ba910c01c56528718cbce4e2d5 (patch) | |
tree | ce9fd077037d72b815afdda1cdf5524c7fdd50a7 /archaeological_finds/tests.py | |
parent | 63a6b5021626e956e6151ba3cc1e358aabf29e8a (diff) | |
download | Ishtar-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.py | 1 |
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): |