(context)
| 19 | |
| 20 | @when("I construct an image using the image path") |
| 21 | def when_construct_image_using_path(context): |
| 22 | context.image = Image.from_file(context.image_path) |
| 23 | |
| 24 | |
| 25 | # then ==================================================== |
nothing calls this directly
no test coverage detected
searching dependent graphs…