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

Method pattern_raise_fixture

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

Source from the content-addressed store, hash-verified

318
319 @pytest.fixture
320 def pattern_raise_fixture(self):
321 fill = _Fill("barfoo")
322 exception_type = TypeError
323 return fill, exception_type
324
325
326class Describe_BlipFill(object):

Callers

nothing calls this directly

Calls 1

_FillClass · 0.90

Tested by

no test coverage detected