pytest.fixture(
params=[
("c:chart", True, "c:chart/c:title/(c:layout,c:overlay{val=0})"),
("c:chart/c:title", True, "c:chart/c:title"),
("c:chart/c:title",
| 1 | # pyright: reportPrivateUsage=false |
| 2 | |
| 3 | """Unit-test suite for `pptx.chart.chart` module.""" |
| 4 |
nothing calls this directly
no outgoing calls
no test coverage detected