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

Method iter_fixture

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

Source from the content-addressed store, hash-verified

669 ]
670 )
671 def iter_fixture(self, request):
672 tbl_cxml = request.param
673 tbl = element(tbl_cxml)
674 columns = _ColumnCollection(tbl, None)
675 expected_column_lst = tbl.xpath("//a:gridCol")
676 return columns, expected_column_lst
677
678 @pytest.fixture(
679 params=[

Callers

nothing calls this directly

Calls 3

_ColumnCollectionClass · 0.90
elementFunction · 0.85
xpathMethod · 0.45

Tested by

no test coverage detected