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

Method raises_fixture

tests/dml/test_fill.py:734–737  ·  view source on GitHub ↗
(self, request)

Source from the content-addressed store, hash-verified

732
733 @pytest.fixture(params=[-0.42, 1.001])
734 def raises_fixture(self, request):
735 out_of_range_value = request.param
736 stop = _GradientStop(element("a:gs{pos=50000}"))
737 return stop, out_of_range_value

Callers

nothing calls this directly

Calls 2

_GradientStopClass · 0.90
elementFunction · 0.85

Tested by

no test coverage detected