(self, request)
| 272 | ] |
| 273 | ) |
| 274 | def margin_get_fixture(self, request): |
| 275 | txBody_cxml, side, unit, expected_value = request.param |
| 276 | text_frame = TextFrame(element(txBody_cxml), None) |
| 277 | prop_name = "margin_%s" % side |
| 278 | return text_frame, prop_name, unit, expected_value |
| 279 | |
| 280 | @pytest.fixture( |
| 281 | params=[ |