@@ -54,6 +54,9 @@ backends:
54
54
- tests/integration/test_repair_tools.py::test_design_import_check_geometry
55
55
- tests/integration/test_design.py::test_import_component_named_selections
56
56
- tests/integration/test_design.py::test_component_make_independent
57
+ - tests/integration/test_spaceclaim_tutorial_examples.py::test_combine_example
58
+ - tests/integration/test_spaceclaim_tutorial_examples.py::test_pull_example
59
+ - tests/integration/test_spaceclaim_tutorial_examples.py::test_intersect_example
57
60
# Opening large files through streaming is only available from 25.2 onwards
58
61
- tests/integration/test_design.py::test_modeler_open_files
59
62
# Named selections elements are only consistent from 25.2 onwards
@@ -65,6 +68,7 @@ backends:
65
68
# Components and vertex only available from 26.1 onwards
66
69
- tests/integration/test_design.py::test_named_selection_contents
67
70
- tests/integration/test_design.py::test_named_selections_components
71
+ - tests/integration/test_design.py::test_vertices
68
72
# Bounding box center is only available from 25R2 onwards
69
73
- tests/integration/test_design.py::test_get_body_bounding_box
70
74
# Export to DSCO files is only available from 25R2 onwards
@@ -159,6 +163,9 @@ backends:
159
163
- tests/integration/test_repair_tools.py::test_design_import_check_geometry
160
164
- tests/integration/test_design.py::test_import_component_named_selections
161
165
- tests/integration/test_design.py::test_component_make_independent
166
+ - tests/integration/test_spaceclaim_tutorial_examples.py::test_combine_example
167
+ - tests/integration/test_spaceclaim_tutorial_examples.py::test_pull_example
168
+ - tests/integration/test_spaceclaim_tutorial_examples.py::test_intersect_example
162
169
# Opening large files through streaming is only available from 25.2 onwards
163
170
- tests/integration/test_design.py::test_modeler_open_files
164
171
# Named selections elements are only consistent from 25.2 onwards
@@ -173,6 +180,7 @@ backends:
173
180
# Components and vertex only available from 26.1 onwards
174
181
- tests/integration/test_design.py::test_named_selection_contents
175
182
- tests/integration/test_design.py::test_named_selections_components
183
+ - tests/integration/test_design.py::test_vertices
176
184
# Bounding box center is only available from 25R2 onwards
177
185
- tests/integration/test_design.py::test_get_body_bounding_box
178
186
# Export to DSCO files is only available from 25R2 onwards
@@ -214,6 +222,9 @@ backends:
214
222
# Model used is too new for this version
215
223
- tests/integration/test_design.py::test_import_component_named_selections
216
224
- tests/integration/test_design.py::test_component_make_independent
225
+ - tests/integration/test_spaceclaim_tutorial_examples.py::test_combine_example
226
+ - tests/integration/test_spaceclaim_tutorial_examples.py::test_pull_example
227
+ - tests/integration/test_spaceclaim_tutorial_examples.py::test_intersect_example
217
228
# Opening large files through streaming is only available from 25.2 onwards
218
229
- tests/integration/test_design.py::test_modeler_open_files
219
230
# Named selections elements are only consistent from 25.2 onwards
@@ -228,6 +239,7 @@ backends:
228
239
# Components and vertex only available from 26.1 onwards
229
240
- tests/integration/test_design.py::test_named_selection_contents
230
241
- tests/integration/test_design.py::test_named_selections_components
242
+ - tests/integration/test_design.py::test_vertices
231
243
# Potential problem in model/reading design for importing parameters
232
244
- tests/integration/test_design.py::test_design_parameters
233
245
# Bounding box center is only available from 25R2 onwards
@@ -287,6 +299,7 @@ backends:
287
299
- tests/integration/test_design.py::test_named_selection_contents
288
300
- tests/integration/test_design.py::test_named_selections_components
289
301
- tests/integration/test_design.py::test_component_make_independent
302
+ - tests/integration/test_design.py::test_vertices
290
303
# Insert/Import file operations caused problems prior to 26.1
291
304
- tests/integration/test_design_export.py::test_import_export_reimport_design_scdocx
292
305
- tests/integration/test_design_export.py::test_import_export_reimport_design_x_t
0 commit comments