(self, MasterShapes_, shapes_)
| 136 | |
| 137 | @pytest.fixture |
| 138 | def shapes_fixture(self, MasterShapes_, shapes_): |
| 139 | master_element = element("p:sldMaster/p:cSld/p:spTree") |
| 140 | base_master = _BaseMaster(master_element, None) |
| 141 | spTree = master_element.xpath("//p:spTree")[0] |
| 142 | return base_master, MasterShapes_, spTree, shapes_ |
| 143 | |
| 144 | @pytest.fixture |
| 145 | def subclass_fixture(self): |
nothing calls this directly
no test coverage detected