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

Method back_raise_fixture

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

Source from the content-addressed store, hash-verified

306
307 @pytest.fixture
308 def back_raise_fixture(self):
309 fill = _Fill("foobar")
310 exception_type = TypeError
311 return fill, exception_type
312
313 @pytest.fixture
314 def fore_raise_fixture(self):

Callers

nothing calls this directly

Calls 1

_FillClass · 0.90

Tested by

no test coverage detected