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

Method fore_raise_fixture

tests/dml/test_fill.py:314–317  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

312
313 @pytest.fixture
314 def fore_raise_fixture(self):
315 fill = _Fill("foobar")
316 exception_type = TypeError
317 return fill, exception_type
318
319 @pytest.fixture
320 def pattern_raise_fixture(self):

Callers

nothing calls this directly

Calls 1

_FillClass · 0.90

Tested by

no test coverage detected