Files
IfcOpenShell/src/ifcbimtester/bimtester/features/steps/attributes_psets/de.py
T
2021-11-23 15:18:01 +01:00

7 lines
276 B
Python

from behave import step
@step('Alle "{ifc_class}" Bauteile haben das Attribut "{aproperty}" im PSet "{pset}"')
def step_impl(context, ifc_class, aproperty, pset):
context.execute_steps(f'* All "{ifc_class}" elements have an "{aproperty}" property in the "{pset}" pset')