(context)
| 123 | |
| 124 | @when("I add a page break") |
| 125 | def when_add_page_break(context): |
| 126 | run = context.run |
| 127 | run.add_break(WD_BREAK.PAGE) |
| 128 | |
| 129 | |
| 130 | @when("I add a picture to the run") |
nothing calls this directly
no test coverage detected
searching dependent graphs…