(context)
| 131 | |
| 132 | @when("I add a picture specifying a width of 1.5 inches") |
| 133 | def when_add_picture_specifying_width(context): |
| 134 | document = context.document |
| 135 | context.picture = document.add_picture(test_file("monty-truth.png"), width=Inches(1.5)) |
| 136 | |
| 137 | |
| 138 | @when("I add a picture specifying only the image file") |
nothing calls this directly
no test coverage detected
searching dependent graphs…