(self, request)
| 255 | ] |
| 256 | ) |
| 257 | def autosize_get_fixture(self, request): |
| 258 | txBody_cxml, expected_value = request.param |
| 259 | text_frame = TextFrame(element(txBody_cxml), None) |
| 260 | return text_frame, expected_value |
| 261 | |
| 262 | @pytest.fixture( |
| 263 | params=[ |