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

Method len_fixture

tests/test_slide.py:563–566  ·  view source on GitHub ↗
(self, request)

Source from the content-addressed store, hash-verified

561 ]
562 )
563 def len_fixture(self, request):
564 sldIdLst_cxml, expected_value = request.param
565 slides = Slides(element(sldIdLst_cxml), None)
566 return slides, expected_value
567
568 @pytest.fixture
569 def raises_fixture(self):

Callers

nothing calls this directly

Calls 2

SlidesClass · 0.90
elementFunction · 0.85

Tested by

no test coverage detected