(self, NotesSlideShapes_, shapes_)
| 250 | |
| 251 | @pytest.fixture |
| 252 | def shapes_fixture(self, NotesSlideShapes_, shapes_): |
| 253 | notes = element("p:notes/p:cSld/p:spTree") |
| 254 | notes_slide = NotesSlide(notes, None) |
| 255 | spTree = notes.xpath("//p:spTree")[0] |
| 256 | return notes_slide, NotesSlideShapes_, spTree, shapes_ |
| 257 | |
| 258 | # fixture components --------------------------------------------- |
| 259 |
nothing calls this directly
no test coverage detected