mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 09:21:46 +00:00
bimtester: German geometrirc detail step, fix quotation marks
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
from behave import step
|
||||
|
||||
|
||||
@step("Alle {ifc_class} Bauteile müssen eine geometrische Repräsentation der Klasse {representation_class} verwenden")
|
||||
@step('Alle "{ifc_class}" Bauteile müssen eine geometrische Repräsentation der Klasse "{representation_class}" verwenden')
|
||||
def step_impl(context, ifc_class, representation_class):
|
||||
context.execute_steps(f'* All {ifc_class} elements have an "{representation_class}" representation')
|
||||
|
||||
Reference in New Issue
Block a user