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

Method offset_get_fixture

tests/chart/test_axis.py:969–972  ·  view source on GitHub ↗
(self, request)

Source from the content-addressed store, hash-verified

967 ]
968 )
969 def offset_get_fixture(self, request):
970 catAx_cxml, expected_value = request.param
971 tick_labels = TickLabels(element(catAx_cxml))
972 return tick_labels, expected_value
973
974 @pytest.fixture(
975 params=[

Callers

nothing calls this directly

Calls 2

TickLabelsClass · 0.90
elementFunction · 0.85

Tested by

no test coverage detected