forked from AG_QGIS/Plugin_SN_Plan41
Anpassung ERD für Andreas
This commit is contained in:
@@ -30,7 +30,7 @@ class TestTabA(unittest.TestCase):
|
||||
# Temporäre Testdateien
|
||||
self.tmp_dir = tempfile.gettempdir()
|
||||
self.test_db = os.path.join(self.tmp_dir, "test_db.gpkg")
|
||||
self.test_link = os.path.join(self.tmp_dir, "test_link.gpkg")
|
||||
self.test_link = os.path.join(self.tmp_dir, "test_link.xlsx")
|
||||
|
||||
# Dummy-Dateien anlegen
|
||||
with open(self.test_db, "w") as f:
|
||||
|
||||
Reference in New Issue
Block a user