mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 09:48:32 +00:00
Bimtester, improve German attribute feature translation, get rid of umlaut since it makes problems in some circumstances
This commit is contained in:
@@ -4,6 +4,6 @@ from behave import use_step_matcher
|
||||
use_step_matcher("parse")
|
||||
|
||||
|
||||
@step('An alle "{ifc_class}" Bauteile ist im PSet "{pset}" das Attribut "{aproperty}" angehängt')
|
||||
@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')
|
||||
|
||||
Reference in New Issue
Block a user