mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-24 19:29:59 +00:00
Bimtester: Fixed attributes_psets step files (#1580)
Co-authored-by: Nitsch Alexander <alexander.nitsch@scs.ch>
This commit is contained in:
@@ -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")
|
||||
Reference in New Issue
Block a user