diff --git a/src/ifcbimtester/bimtester/features/steps/all.py b/src/ifcbimtester/bimtester/features/steps/all.py index 81a989390b..3b66c348f5 100644 --- a/src/ifcbimtester/bimtester/features/steps/all.py +++ b/src/ifcbimtester/bimtester/features/steps/all.py @@ -1,3 +1,12 @@ +use_step_matcher("parse") +from bimtester.features.steps.aggregation import en + +use_step_matcher("parse") +from bimtester.features.steps.attributes_psets import en, de + +use_step_matcher("parse") +from bimtester.features.steps.attributes_qsets import en + use_step_matcher("parse") from bimtester.features.steps.classification import en @@ -19,11 +28,3 @@ from bimtester.features.steps.model_federation import en use_step_matcher("parse") from bimtester.features.steps.project_setup import de, en, fr, it, nl -use_step_matcher("parse") -from bimtester.features.steps.aggregation import en - -use_step_matcher("parse") -from bimtester.features.steps.attributes_psets import en, de - -use_step_matcher("parse") -from bimtester.features.steps.attributes_qsets import en