mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 15:08:51 +00:00
bimtester: run, rename method run copy in temp
This commit is contained in:
@@ -103,7 +103,7 @@ reset_runtime()
|
|||||||
# like German Umlaute behave gives an error
|
# 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
|
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):
|
def run_all(the_features_path, the_ifcfile):
|
||||||
|
|
||||||
# run bimtester
|
# run bimtester
|
||||||
runpath = run_intmp_tests({
|
runpath = run_copyintmp_tests({
|
||||||
"features": the_features_path,
|
"features": the_features_path,
|
||||||
"ifcfile": the_ifcfile
|
"ifcfile": the_ifcfile
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user