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

Method overlap_get_fixture

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

Source from the content-addressed store, hash-verified

256 ]
257 )
258 def overlap_get_fixture(self, request):
259 barChart_cxml, expected_value = request.param
260 bar_plot = BarPlot(element(barChart_cxml), None)
261 return bar_plot, expected_value
262
263 @pytest.fixture(
264 params=[

Callers

nothing calls this directly

Calls 2

BarPlotClass · 0.90
elementFunction · 0.85

Tested by

no test coverage detected