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

Method gap_width_get_fixture

tests/chart/test_plot.py:231–234  ·  view source on GitHub ↗
(self, request)

Source from the content-addressed store, hash-verified

229 ]
230 )
231 def gap_width_get_fixture(self, request):
232 barChart_cxml, expected_value = request.param
233 bar_plot = BarPlot(element(barChart_cxml), None)
234 return bar_plot, expected_value
235
236 @pytest.fixture(
237 params=[

Callers

nothing calls this directly

Calls 2

BarPlotClass · 0.90
elementFunction · 0.85

Tested by

no test coverage detected