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

Method add_fixture

tests/chart/test_data.py:637–640  ·  view source on GitHub ↗
(self, request, CategoryDataPoint_, data_point_)

Source from the content-addressed store, hash-verified

635
636 @pytest.fixture
637 def add_fixture(self, request, CategoryDataPoint_, data_point_):
638 series_data = CategorySeriesData(None, None, None)
639 value, number_format = 42, "0.0"
640 return (series_data, value, number_format, CategoryDataPoint_, data_point_)
641
642 @pytest.fixture
643 def categories_fixture(self, chart_data_, categories_):

Callers

nothing calls this directly

Calls 1

CategorySeriesDataClass · 0.90

Tested by

no test coverage detected