From aa82cb15d20422c0034e10d117cacf58ff5499ba Mon Sep 17 00:00:00 2001 From: Bernd Hahnebach Date: Tue, 12 Jan 2021 13:35:17 +0100 Subject: [PATCH] bimtester: run, rename method run copy in temp --- src/ifcbimtester/bimtester/run.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ifcbimtester/bimtester/run.py b/src/ifcbimtester/bimtester/run.py index e239bbaf3c..b842f194a9 100644 --- a/src/ifcbimtester/bimtester/run.py +++ b/src/ifcbimtester/bimtester/run.py @@ -103,7 +103,7 @@ reset_runtime() # like German Umlaute behave gives an error -def run_intmp_tests(args={}): +def run_copyintmp_tests(args={}): """ run bimtester unit test in a temporary directory @@ -296,7 +296,7 @@ def run_intmp_tests(args={}): def run_all(the_features_path, the_ifcfile): # run bimtester - runpath = run_intmp_tests({ + runpath = run_copyintmp_tests({ "features": the_features_path, "ifcfile": the_ifcfile })