(self, request)
| 361 | ] |
| 362 | ) |
| 363 | def rotation_set_fixture(self, request): |
| 364 | xSp_cxml, new_value, expected_xSp_cxml = request.param |
| 365 | shape = BaseShapeFactory(element(xSp_cxml), None) |
| 366 | expected_xml = xml(expected_xSp_cxml) |
| 367 | return shape, new_value, expected_xml |
| 368 | |
| 369 | @pytest.fixture( |
| 370 | params=[ |
nothing calls this directly
no test coverage detected