From 75cd26c5205a2705301dc8e3d02d2c03b6c6ceb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <henrik@trineo.org> Date: Mon, 27 Apr 2020 14:44:38 +0200 Subject: [PATCH] print --- integrationtests/full_test/test_im_und_export.py | 1 + 1 file changed, 1 insertion(+) diff --git a/integrationtests/full_test/test_im_und_export.py b/integrationtests/full_test/test_im_und_export.py index a1558a8b..d6fe43eb 100644 --- a/integrationtests/full_test/test_im_und_export.py +++ b/integrationtests/full_test/test_im_und_export.py @@ -9,6 +9,7 @@ from caosadvancedtools.export_related import export from caosadvancedtools.import_from_xml import import_xml if __name__ == "__main__": + print("Conducting im- and export tests") rec = db.execute_query("FIND 2019-02-03_really_cool_finding", unique=True) directory = TemporaryDirectory() export(rec.id, directory=directory.name) -- GitLab