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

Method depth_raises_fixture

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

Source from the content-addressed store, hash-verified

520
521 @pytest.fixture
522 def depth_raises_fixture(self, request):
523 category = Category(None, None)
524 for depth in (1, 2, 1):
525 category._sub_categories.append(instance_mock(request, Category, depth=depth))
526 return category
527
528 @pytest.fixture(
529 params=[

Callers

nothing calls this directly

Calls 3

CategoryClass · 0.90
instance_mockFunction · 0.85
appendMethod · 0.45

Tested by

no test coverage detected