(self, request)
| 240 | ] |
| 241 | ) |
| 242 | def id_fixture(self, request): |
| 243 | xSp_cxml, expected_value = request.param |
| 244 | shape = BaseShape(element(xSp_cxml), None) |
| 245 | return shape, expected_value |
| 246 | |
| 247 | @pytest.fixture(params=[True, False]) |
| 248 | def is_placeholder_fixture(self, request, shape_elm_, txBody_): |