Bimtester: Fixed attributes_psets step files (#1580)

Co-authored-by: Nitsch Alexander <alexander.nitsch@scs.ch>
This commit is contained in:
Alexander Nitsch
2021-07-25 01:57:59 +02:00
committed by GitHub
parent 6e3c72707d
commit 43f8d8547d
7 changed files with 92 additions and 129 deletions
@@ -0,0 +1,8 @@
from behave import step, use_step_matcher
use_step_matcher("parse")
@step("An alle {ifc_class} Bauteile ist im PSet {pset} das Attribut {aproperty} angehängt")
def step_impl(context, ifc_class, aproperty, pset):
context.execute_steps(f"all {ifc_class} elements have an {aproperty} property in the {pset} pset")