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

Method boolprop_get_fixture

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

Source from the content-addressed store, hash-verified

157 ]
158 )
159 def boolprop_get_fixture(self, request):
160 tbl_cxml, boolprop_name, expected_value = request.param
161 table = Table(element(tbl_cxml), None)
162 return table, boolprop_name, expected_value
163
164 @pytest.fixture(
165 params=[

Callers

nothing calls this directly

Calls 2

TableClass · 0.90
elementFunction · 0.85

Tested by

no test coverage detected