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

Method format_fixture

tests/chart/test_chart.py:467–469  ·  view source on GitHub ↗
(self, request, ChartFormat_, format_)

Source from the content-addressed store, hash-verified

465
466 @pytest.fixture
467 def format_fixture(self, request, ChartFormat_, format_):
468 chart_title = ChartTitle(element("c:title"))
469 return chart_title, ChartFormat_, format_
470
471 @pytest.fixture(
472 params=[

Callers

nothing calls this directly

Calls 2

ChartTitleClass · 0.90
elementFunction · 0.85

Tested by

no test coverage detected