(self, request)
| 344 | ] |
| 345 | ) |
| 346 | def rotation_get_fixture(self, request): |
| 347 | xSp_cxml, expected_value = request.param |
| 348 | shape = BaseShapeFactory(element(xSp_cxml), None) |
| 349 | return shape, expected_value |
| 350 | |
| 351 | @pytest.fixture( |
| 352 | params=[ |
nothing calls this directly
no test coverage detected