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

Method subs_fixture

tests/chart/test_data.py:590–594  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

588
589 @pytest.fixture
590 def subs_fixture(self):
591 sub_categories_ = [42, 24]
592 category = Category(None, None)
593 category._sub_categories = sub_categories_
594 return category, sub_categories_
595
596 # fixture components ---------------------------------------------
597

Callers

nothing calls this directly

Calls 1

CategoryClass · 0.90

Tested by

no test coverage detected