MCPcopy Create free account
hub / github.com/scanny/python-pptx / pattern_get_fixture

Method pattern_get_fixture

tests/dml/test_fill.py:199–202  ·  view source on GitHub ↗
(self, fill_)

Source from the content-addressed store, hash-verified

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_):

Callers

nothing calls this directly

Calls 1

FillFormatClass · 0.90

Tested by

no test coverage detected