(context)
| 44 | |
| 45 | @given("a _Run object as run") |
| 46 | def given_a_Run_object_as_run(context): |
| 47 | prs = Presentation(test_pptx("txt-text")) |
| 48 | context.run = prs.slides[0].shapes[0].text_frame.paragraphs[0].runs[0] |
| 49 | |
| 50 | |
| 51 | @given("a _Run object containing text as run") |
nothing calls this directly
no test coverage detected
searching dependent graphs…