mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-11 22:31:55 +00:00
bimtester: German eleclass attributes steps, fix translation redirection
This commit is contained in:
@@ -3,7 +3,7 @@ from behave import step
|
|||||||
|
|
||||||
@step('Es sind ausschliesslich "{ifc_classes}" Bauteile vorhanden')
|
@step('Es sind ausschliesslich "{ifc_classes}" Bauteile vorhanden')
|
||||||
def step_impl(context, ifc_classes):
|
def step_impl(context, ifc_classes):
|
||||||
context.execute_steps(f'* There are exclusively "{ifc_class}" elements only')
|
context.execute_steps(f'* There are exclusively "{ifc_classes}" elements only')
|
||||||
|
|
||||||
|
|
||||||
@step('Es sind keine "{ifc_class}" Bauteile vorhanden')
|
@step('Es sind keine "{ifc_class}" Bauteile vorhanden')
|
||||||
|
|||||||
Reference in New Issue
Block a user