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

Method excel_date_fixture

tests/chart/test_data.py:536–539  ·  view source on GitHub ↗
(self, request)

Source from the content-addressed store, hash-verified

534 ]
535 )
536 def excel_date_fixture(self, request):
537 label, date_1904, expected_value = request.param
538 category = Category(label, None)
539 return category, date_1904, expected_value
540
541 @pytest.fixture(params=[Categories, Category])
542 def idx_fixture(self, request):

Callers

nothing calls this directly

Calls 1

CategoryClass · 0.90

Tested by

no test coverage detected