(self, fill_)
| 197 | |
| 198 | @pytest.fixture |
| 199 | def pattern_get_fixture(self, fill_): |
| 200 | expected_value = fill_.pattern = MSO_PATTERN.WAVE |
| 201 | fill = FillFormat(None, fill_) |
| 202 | return fill, expected_value |
| 203 | |
| 204 | @pytest.fixture |
| 205 | def pattern_set_fixture(self, fill_): |