(context)
| 69 | |
| 70 | @given("a text run having a hyperlink") |
| 71 | def given_a_text_run_having_a_hyperlink(context): |
| 72 | prs = Presentation(test_pptx("txt-text")) |
| 73 | context.run = prs.slides[0].shapes[0].text_frame.paragraphs[1].runs[0] |
| 74 | |
| 75 | |
| 76 | # when ==================================================== |
nothing calls this directly
no test coverage detected
searching dependent graphs…