(context)
| 70 | |
| 71 | @when("I call run.add_picture()") |
| 72 | def when_I_call_run_add_picture(context): |
| 73 | context.run.add_picture(test_file("test.png")) |
| 74 | |
| 75 | |
| 76 | # then ===================================================== |
nothing calls this directly
no test coverage detected
searching dependent graphs…