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

Method has_tf_get_fixture

tests/chart/test_chart.py:479–482  ·  view source on GitHub ↗
(self, request)

Source from the content-addressed store, hash-verified

477 ]
478 )
479 def has_tf_get_fixture(self, request):
480 title_cxml, expected_value = request.param
481 chart_title = ChartTitle(element(title_cxml))
482 return chart_title, expected_value
483
484 @pytest.fixture(
485 params=[

Callers

nothing calls this directly

Calls 2

ChartTitleClass · 0.90
elementFunction · 0.85

Tested by

no test coverage detected