(context)
| 125 | |
| 126 | @when("I add a picture specifying a height of 1.5 inches") |
| 127 | def when_add_picture_specifying_height(context): |
| 128 | document = context.document |
| 129 | context.picture = document.add_picture(test_file("monty-truth.png"), height=Inches(1.5)) |
| 130 | |
| 131 | |
| 132 | @when("I add a picture specifying a width of 1.5 inches") |
nothing calls this directly
no test coverage detected
searching dependent graphs…