(context, filename)
| 11 | |
| 12 | @given("the image file '{filename}'") |
| 13 | def given_image_filename(context, filename): |
| 14 | context.image_path = test_file(filename) |
| 15 | |
| 16 | |
| 17 | # when ==================================================== |
nothing calls this directly
no test coverage detected
searching dependent graphs…