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

Method num_str_fixture

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

Source from the content-addressed store, hash-verified

582 ]
583 )
584 def num_str_fixture(self, request):
585 label, date_1904, expected_value = request.param
586 category = Category(label, None)
587 return category, date_1904, expected_value
588
589 @pytest.fixture
590 def subs_fixture(self):

Callers

nothing calls this directly

Calls 1

CategoryClass · 0.90

Tested by

no test coverage detected