(self, request)
| 859 | ] |
| 860 | ) |
| 861 | def len_fixture(self, request): |
| 862 | sldLayoutIdLst_cxml, expected_value = request.param |
| 863 | slide_layouts = SlideLayouts(element(sldLayoutIdLst_cxml), None) |
| 864 | return slide_layouts, expected_value |
| 865 | |
| 866 | # fixture components --------------------------------------------- |
| 867 |
nothing calls this directly
no test coverage detected