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

Method len_fixture

tests/test_table.py:564–567  ·  view source on GitHub ↗
(self, request)

Source from the content-addressed store, hash-verified

562
563 @pytest.fixture(params=[("a:tr", 0), ("a:tr/a:tc", 1), ("a:tr/(a:tc, a:tc)", 2)])
564 def len_fixture(self, request):
565 tr_cxml, expected_len = request.param
566 cells = _CellCollection(element(tr_cxml), None)
567 return cells, expected_len
568
569 # fixture components ---------------------------------------------
570

Callers

nothing calls this directly

Calls 2

_CellCollectionClass · 0.90
elementFunction · 0.85

Tested by

no test coverage detected