(context)
| 14 | |
| 15 | @given("a _Paragraph object as paragraph") |
| 16 | def given_a_Paragraph_object_as_paragraph(context): |
| 17 | prs = Presentation(test_pptx("txt-text")) |
| 18 | context.paragraph = prs.slides[0].shapes[0].text_frame.paragraphs[0] |
| 19 | |
| 20 | |
| 21 | @given("a _Paragraph object containing {value} as paragraph") |
nothing calls this directly
no test coverage detected
searching dependent graphs…